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:{ theme:{
sidebar: false, sidebar: false,
timestamp: true,
} }
}, },
Math3200: { Math3200: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
Math429:{ Math429:{
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
Math4111: { Math4111: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
Math4121: { Math4121: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
Math416: { Math416: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
Math401: { Math401: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
CSE332S: { CSE332S: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
CSE347: { CSE347: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
CSE442T: { CSE442T: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
CSE559A: { CSE559A: {
type: 'page', type: 'page',
theme:{
timestamp: true,
}
}, },
Swap: { Swap: {
display: 'hidden' display: 'hidden',
theme:{
timestamp: true,
}
}, },
about: { about: {
display: 'hidden' display: 'hidden',
theme:{
timestamp: true,
}
}, },
contact: { contact: {
display: 'hidden' display: 'hidden',
theme:{
timestamp: true,
}
} }
} }