pvgttm-web/site.config.json5

29 lines
828 B
Plaintext
Raw Normal View History

2023-02-20 11:46:46 -05:00
{
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',
},
2023-02-20 11:46:46 -05:00
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: {
2023-10-16 16:00:55 -04:00
publishPath: 'public',
srcPath: 'src',
outputPath: 'out',
},
serve: {
port: 4998,
2024-02-05 14:27:48 -05:00
static404: './public/errors/404.html',
},
2023-02-20 11:46:46 -05:00
}