56 lines
866 B
JavaScript
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'
|
|
}
|
|
} |