Initial commit

This commit is contained in:
2023-02-20 11:46:46 -05:00
commit 3e53235230
148 changed files with 10284 additions and 0 deletions

25
site.config.json5 Normal file
View File

@@ -0,0 +1,25 @@
{
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",
},
build: {
srcPath: "src",
outputPath: "out",
},
serve: {
port: 4997,
},
}