update timestamp
This commit is contained in:
1
build_script.sh
Normal file
1
build_script.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
npm run build --max_old_space_size=8192
|
||||||
@@ -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,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user