From 573ee8434b9a45c0196356422a1ad9160513f392 Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:42:37 -0500 Subject: [PATCH] update timestamp --- build_script.sh | 1 + pages/_meta.js | 46 +++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 build_script.sh diff --git a/build_script.sh b/build_script.sh new file mode 100644 index 0000000..12f6345 --- /dev/null +++ b/build_script.sh @@ -0,0 +1 @@ +npm run build --max_old_space_size=8192 \ No newline at end of file diff --git a/pages/_meta.js b/pages/_meta.js index a09bdb5..9967089 100644 --- a/pages/_meta.js +++ b/pages/_meta.js @@ -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, + } } } \ No newline at end of file