upgrade structures and migrate to nextra v4
This commit is contained in:
111
content/_meta.js
Normal file
111
content/_meta.js
Normal file
@@ -0,0 +1,111 @@
|
||||
export default {
|
||||
menu: {
|
||||
title: 'Home',
|
||||
type: 'menu',
|
||||
items: {
|
||||
index: {
|
||||
title: 'Home',
|
||||
href: '/'
|
||||
},
|
||||
about: {
|
||||
title: 'About',
|
||||
href: '/about'
|
||||
},
|
||||
contact: {
|
||||
title: 'Contact Me',
|
||||
href: '/contact'
|
||||
}
|
||||
},
|
||||
},
|
||||
Math3200: {
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
Math429:{
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
Math4111: {
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
Math4121: {
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
Math416: {
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
Math401: {
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
CSE332S: {
|
||||
title: 'CSE332S',
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
CSE347: {
|
||||
title: 'CSE347',
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
CSE442T: {
|
||||
title: 'CSE442T',
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
CSE559A: {
|
||||
title: 'CSE559A',
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
Swap: {
|
||||
display: 'hidden',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
index: {
|
||||
display: 'hidden',
|
||||
theme:{
|
||||
sidebar: false,
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
about: {
|
||||
display: 'hidden',
|
||||
theme:{
|
||||
sidebar: false,
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
contact: {
|
||||
display: 'hidden',
|
||||
theme:{
|
||||
sidebar: false,
|
||||
timestamp: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user