Files
NoteNextra-origin/pages/_meta.js
2024-11-18 14:16:15 -06:00

42 lines
699 B
JavaScript

export default {
index: {
title: 'Home',
type: 'menu',
items: {
index: {
title: 'Home',
href: '/'
},
about: {
title: 'About',
href: '/about'
},
contact: {
title: 'Contact Me',
href: '/contact'
}
}
},
Math429: {
title: 'Math 429',
type: 'page'
},
Math4111: {
title: 'Math 4111',
type: 'page'
},
CSE442T: {
title: 'CSE 442T',
type: 'page'
},
CSE347: {
title: 'CSE347',
type: 'page'
},
about: {
display: 'hidden'
},
contact: {
display: 'hidden'
}
}