update timestamp

This commit is contained in:
Zheyuan Wu
2025-06-16 19:42:37 -05:00
parent 2e546560b0
commit 573ee8434b
2 changed files with 44 additions and 3 deletions

1
build_script.sh Normal file
View File

@@ -0,0 +1 @@
npm run build --max_old_space_size=8192

View File

@@ -18,45 +18,85 @@ export default {
},
theme:{
sidebar: false,
timestamp: true,
}
},
Math3200: {
type: 'page',
theme:{
timestamp: true,
}
},
Math429:{
type: 'page',
theme:{
timestamp: true,
}
},
Math4111: {
type: 'page',
theme:{
timestamp: true,
}
},
Math4121: {
type: 'page',
theme:{
timestamp: true,
}
},
Math416: {
type: 'page',
theme:{
timestamp: true,
}
},
Math401: {
type: 'page',
theme:{
timestamp: true,
}
},
CSE332S: {
type: 'page',
theme:{
timestamp: true,
}
},
CSE347: {
type: 'page',
theme:{
timestamp: true,
}
},
CSE442T: {
type: 'page',
theme:{
timestamp: true,
}
},
CSE559A: {
type: 'page',
theme:{
timestamp: true,
}
},
Swap: {
display: 'hidden'
display: 'hidden',
theme:{
timestamp: true,
}
},
about: {
display: 'hidden'
display: 'hidden',
theme:{
timestamp: true,
}
},
contact: {
display: 'hidden'
display: 'hidden',
theme:{
timestamp: true,
}
}
}