update page layout

This commit is contained in:
Trance-0
2024-11-18 07:13:11 -06:00
parent 1a0afdc06c
commit 0a700837ee
13 changed files with 462 additions and 294 deletions

View File

@@ -1,5 +1,30 @@
export default {
index: 'My Homepage',
contact: 'Contact Us',
about: 'About Us'
index: {
title: 'Home',
type: 'menu',
items: {
index: {
title: 'Home',
href: '/'
},
about: {
title: 'About',
href: '/about'
},
contact: {
title: 'Contact Me',
href: '/contact'
}
}
},
Math4111: {
title: 'Math 4111',
type: 'page'
},
about: {
display: 'hidden'
},
contact: {
display: 'hidden'
}
}