Skip to content

Commit

Permalink
fix: formating and style
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Feb 2, 2024
1 parent 53742e6 commit 627dfa9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/dist
/node_modules
.DS_Store
.next
10 changes: 10 additions & 0 deletions pages/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"index": {
"title": "Home",
"type": "page",
"theme": {
"breadcrumb": false,
"toc": false
}
},
"experience": {
"title": "Experience",
"type": "page",
"theme": {
"breadcrumb": false,
"toc": false
}
},
"projects": {
"title": "Projects",
"type": "page",
"theme": {
"breadcrumb": false,
"toc": false
Expand Down
17 changes: 16 additions & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ export default {
project: {
link: 'https://github.com/edotau'
},
darkMode: false,
head: (
<>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="e]" />
<meta property="og:description" content="" />
</>
),
feedback: {
content: null,
labels: "",
Expand All @@ -14,6 +20,15 @@ export default {
search: {
component: false,
},
themeSwitch: {
useOptions() {
return {
light: 'Light',
dark: 'Dark',
system: 'System'
}
},
},
gitTimestamp: null,
footer: {
text: (
Expand Down

0 comments on commit 627dfa9

Please sign in to comment.