Add dark mode and try to edit meta but failed.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export default {
|
||||
index: {
|
||||
display: "hidden"
|
||||
display: 'hidden'
|
||||
},
|
||||
Math429_L1: "Lecture 1",
|
||||
Math429_L2: "Lecture 2",
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user