Files
NoteNextra-origin/pages/_meta.js
2025-01-19 17:30:20 -06:00

59 lines
905 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'
}
},
theme:{
sidebar: false,
}
},
Math3200: {
type: 'page',
},
Math429:{
type: 'page',
},
Math4111: {
type: 'page',
},
Math4121: {
type: 'page',
},
Math416: {
type: 'page',
},
CSE332S: {
type: 'page',
},
CSE347: {
type: 'page',
},
CSE442T: {
type: 'page',
},
CSE559A: {
type: 'page',
},
Swap: {
display: 'hidden'
},
about: {
display: 'hidden'
},
contact: {
display: 'hidden'
}
}