Add Referee's Tools

Update JS, add versioning (for cache-busting updates)
Clean up a bunch of unused files
Add Rivertail community
Add some new races
This commit is contained in:
2023-08-27 23:54:42 -04:00
parent 65e2b6ecb2
commit 5c58d7d051
66 changed files with 1875 additions and 2449 deletions

View File

@@ -1,26 +1,26 @@
{
site: {
title: "The Planar Vagabond's Guide to the Multiverse",
author: {
name: "Eric Woodward",
email: "redacted@planarvagabond.com", // not used
photo: "/images/eric-8bit.gif",
site: "https://itsericwoodward.com",
},
site: {
title: "The Planar Vagabond's Guide to the Multiverse",
author: {
name: 'Eric Woodward',
email: 'redacted@planarvagabond.com', // not used
photo: '/images/eric-8bit.gif',
site: 'https://itsericwoodward.com',
},
base_uri: "",
robots: "index,follow",
language: "en-us",
copyright: "Copyright 2023 Eric Woodward, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.",
basePath: "",
uri: "https://www.planarvagabond.com",
search_uri: "www.planarvagabond.com",
},
build: {
srcPath: "src",
outputPath: "out",
},
serve: {
port: 4997,
},
base_uri: '',
robots: 'index,follow',
language: 'en-us',
copyright: 'Copyright 2023 Eric Woodward, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.',
basePath: '',
uri: 'https://www.planarvagabond.com',
search_uri: 'www.planarvagabond.com',
},
build: {
srcPath: 'src',
outputPath: 'out',
},
serve: {
port: 4998,
},
}