backup
This commit is contained in:
119
distribute/Math4111/_meta.js
Normal file
119
distribute/Math4111/_meta.js
Normal file
@@ -0,0 +1,119 @@
|
||||
export default {
|
||||
menu: {
|
||||
title: 'Home',
|
||||
type: 'menu',
|
||||
items: {
|
||||
index: {
|
||||
title: 'Home',
|
||||
href: '/'
|
||||
},
|
||||
about: {
|
||||
title: 'About',
|
||||
href: '/about'
|
||||
},
|
||||
contact: {
|
||||
title: 'Contact Me',
|
||||
href: '/contact'
|
||||
}
|
||||
},
|
||||
},
|
||||
Math3200_link: {
|
||||
title: 'Math3200',
|
||||
type: 'page',
|
||||
href: '/Math3200'
|
||||
},
|
||||
Math429_link: {
|
||||
title: 'Math429',
|
||||
type: 'page',
|
||||
href: '/Math429'
|
||||
},
|
||||
Math4111:{
|
||||
title: 'Math4111',
|
||||
type: 'page',
|
||||
theme:{
|
||||
timestamp: true,
|
||||
}
|
||||
},
|
||||
Math4121_link: {
|
||||
title: 'Math4121',
|
||||
type: 'page',
|
||||
href: '/Math4121'
|
||||
},
|
||||
Math4201_link: {
|
||||
title: 'Math4201',
|
||||
type: 'page',
|
||||
href: '/Math4201'
|
||||
},
|
||||
Math416_link: {
|
||||
title: 'Math416',
|
||||
type: 'page',
|
||||
href: '/Math416'
|
||||
},
|
||||
Math401_link: {
|
||||
title: 'Math401',
|
||||
type: 'page',
|
||||
href: '/Math401'
|
||||
},
|
||||
CSE332S_link: {
|
||||
title: 'CSE332S',
|
||||
type: 'page',
|
||||
href: '/CSE332S'
|
||||
},
|
||||
CSE347_link: {
|
||||
title: 'CSE347',
|
||||
type: 'page',
|
||||
href: '/CSE347'
|
||||
},
|
||||
CSE442T_link: {
|
||||
title: 'CSE442T',
|
||||
type: 'page',
|
||||
href: '/CSE442T'
|
||||
},
|
||||
CSE5313_link: {
|
||||
title: 'CSE5313',
|
||||
type: 'page',
|
||||
href: '/CSE5313'
|
||||
},
|
||||
CSE510_link: {
|
||||
title: 'CSE510',
|
||||
type: 'page',
|
||||
href: '/CSE510'
|
||||
},
|
||||
CSE559A_link: {
|
||||
title: 'CSE559A',
|
||||
type: 'page',
|
||||
href: '/CSE559A'
|
||||
},
|
||||
CSE5519_link: {
|
||||
title: 'CSE5519',
|
||||
type: 'page',
|
||||
href: '/CSE5519'
|
||||
},
|
||||
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,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user