Add dark mode and try to edit meta but failed.

This commit is contained in:
Zheyuan Wu
2024-11-18 21:52:40 -06:00
parent 1e9fe91b75
commit 6b421d56ed
3 changed files with 34 additions and 11 deletions

View File

@@ -15,23 +15,22 @@ export default {
title: 'Contact Me',
href: '/contact'
}
},
theme:{
sidebar: false,
}
},
Math429: {
title: 'Math 429',
type: 'page'
Math429:{
type: 'page',
},
Math4111: {
title: 'Math 4111',
type: 'page'
type: 'page',
},
CSE442T: {
title: 'CSE 442T',
type: 'page'
type: 'page',
},
CSE347: {
title: 'CSE347',
type: 'page'
type: 'page',
},
about: {
display: 'hidden'