Major update - simpler file structure, better layouts, moar content

This commit is contained in:
2022-09-23 02:40:26 -04:00
commit 8c024d74cd
346 changed files with 19555 additions and 0 deletions

26
site.config.json5 Normal file
View File

@@ -0,0 +1,26 @@
{
site: {
title: "It's Eric Woodward (dotcom)",
author: {
name: "Eric Woodward",
email: "redacted@nunyodam.com", // not used
photo: "/images/eric-8bit.gif",
site: "https://itsericwoodward.com",
},
base_uri: "",
robots: "index,follow",
language: "en-us",
copyright: "Copyright 2014-2022 Eric Woodward, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.",
basePath: "",
uri: "https://www.itsericwoodward.com",
},
build: {
journalsPerPage: 5,
srcPath: "src",
outputPath: "out",
},
serve: {
port: 4997,
},
}