Updated admin page to be more streamlined and added the beginning of the blogging features

This commit is contained in:
Vincent Allen
2025-10-21 13:32:39 -04:00
parent 0e24ce2073
commit b34449808f
224 changed files with 27064 additions and 396 deletions

View File

@@ -19,6 +19,11 @@
"FileUploadOptions": {
"MaxUploadSizeBytes": 2147483648,
"UploadFolderPath": "/app/OpenArchivalUploads",
"MaxFileCount": 100
"MaxFileCount": 100
},
"ApplicationOptions": {
"NavBarTitle": "Open Archival",
"HomepageContentLocation": "/app/index.html",
"AboutPageContentLocation": "/app/about.html"
}
}