diff --git a/.eleventy.js b/.eleventy.js
index 9171417..55644c5 100644
--- a/.eleventy.js
+++ b/.eleventy.js
@@ -9,7 +9,7 @@ const inclusiveLangPlugin = require('@11ty/eleventy-plugin-inclusive-language');
module.exports = function (eleventyConfig) {
eleventyConfig.setServerOptions({
liveReload: true,
- showVersion: true,
+ showVersion: true
});
eleventyConfig.addPlugin(eleventyNavigationPlugin);
@@ -40,6 +40,9 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy('src/favicon.png');
eleventyConfig.addShortcode('year', () => `${new Date().getFullYear()}`);
+ eleventyConfig.addFilter('starDate', function (datestring) {
+ return ` ${new Date(datestring).toDateString()}`;
+ });
eleventyConfig.addShortcode('packageVersion', () => `v${packageVersion}`);
eleventyConfig.setBrowserSyncConfig({
diff --git a/README.md b/README.md
index fec17c7..eb9ee92 100644
--- a/README.md
+++ b/README.md
@@ -47,22 +47,22 @@ To run CAS WOW locally, simply clone the repository and install dependencies. Cu
Run the following to link the caswow.library as a pnpm module:
-```sh
-$ cd /path/to/your/stylesheet
-$ pnpm link
+```bash
+cd /path/to/your/stylesheet
+pnpm link
```
return to this project:
```sh
-$ pnpm link ../caswow.library // path to your local caswow.library
-$ pnpm install
+pnpm link ../caswow.library // path to your local caswow.library
+pnpm install
```
Then copy the caswow CSS files into the dependencies folder:
```sh
-$ pnpm copy-cas
+pnpm copy-cas
```
or you can import it into `site.css`:
diff --git a/docs/_partials/about_modal/index.html b/docs/_partials/about_modal/index.html
index 5176643..facff21 100644
--- a/docs/_partials/about_modal/index.html
+++ b/docs/_partials/about_modal/index.html
@@ -17,7 +17,7 @@
CASim Online
Last Updated
-
November 5, 2025
+
Wed Feb 11 2026
Browser Build
diff --git a/docs/_partials/nav/administration/index.html b/docs/_partials/nav/administration/index.html
new file mode 100644
index 0000000..be55567
--- /dev/null
+++ b/docs/_partials/nav/administration/index.html
@@ -0,0 +1,32 @@
+