Files
NoteNextra-origin/content/_meta.js
2025-10-24 15:58:12 -05:00

149 lines
2.5 KiB
JavaScript

export default {
/**
* Do not remove the labels "Math Courses Start"
* and "Math Courses End" and "CSE Courses Start" and "CSE Courses End"
* or the separated builds will not work.
*
* WE USE THESE LABELS TO BUILD THE SEPARATED WEBSITES FOR MATH AND CSE COURSES.
*/
menu: {
title: 'Home',
type: 'menu',
items: {
index: {
title: 'Home',
href: '/'
},
about: {
title: 'About',
href: '/about'
},
contact: {
title: 'Contact Me',
href: '/contact'
}
},
},
/* Math Courses Start */
Math3200: {
type: 'page',
theme:{
timestamp: true,
}
},
Math429:{
type: 'page',
theme:{
timestamp: true,
}
},
Math4111: {
type: 'page',
theme:{
timestamp: true,
}
},
Math4121: {
type: 'page',
theme:{
timestamp: true,
}
},
Math4201: {
type: 'page',
theme:{
timestamp: true,
}
},
Math416: {
type: 'page',
theme:{
timestamp: true,
}
},
Math401: {
type: 'page',
theme:{
timestamp: true,
}
},
/* Math Courses End */
/* CSE Courses Start */
CSE332S: {
title: 'CSE332S',
type: 'page',
theme:{
timestamp: true,
}
},
CSE347: {
title: 'CSE347',
type: 'page',
theme:{
timestamp: true,
}
},
CSE442T: {
title: 'CSE442T',
type: 'page',
theme:{
timestamp: true,
}
},
CSE5313: {
title: 'CSE5313',
type: 'page',
theme:{
timestamp: true,
}
},
CSE510: {
title: 'CSE510',
type: 'page',
theme:{
timestamp: true,
}
},
CSE559A: {
title: 'CSE559A',
type: 'page',
theme:{
timestamp: true,
}
},
CSE5519: {
title: 'CSE5519',
type: 'page',
theme:{
timestamp: true,
}
},
/* CSE Courses End */
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,
}
}
}