Files
NoteNextra-origin/pages/_meta.js
Trance-0 a9b180a01c update
2025-01-15 15:01:39 -06:00

56 lines
866 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,
}
},
Math429:{
type: 'page',
},
Math4111: {
type: 'page',
},
Math4121: {
type: 'page',
},
Math416: {
type: 'page',
},
CSE332S: {
type: 'page',
},
CSE347: {
type: 'page',
},
CSE442T: {
type: 'page',
},
CSE559A: {
type: 'page',
},
Math4351: {
display: 'hidden'
},
about: {
display: 'hidden'
},
contact: {
display: 'hidden'
}
}