itsericwoodward-site-v2/site.config.json5

56 lines
1.5 KiB
Plaintext

{
site: {
title: "It's Eric Woodward (dotcom)",
author: {
name: "Eric Woodward",
email: "hey@itsericwoodward.com", // not used
photo: "/images/eric-8bit.gif",
site: "https://itsericwoodward.com",
geo: {
position: "35.4, -80.5",
placename: "Concord",
region: "US-NC",
},
},
base_uri: "",
robots: "index,follow",
language: "en-us",
copyright: "Copyright 2014-2023 Eric Woodward, licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.",
basePath: "",
uri: "https://www.itsericwoodward.com",
comment_insert: "\n\
___________________________.\n\
|;;| |;;||\n\
|[]|---------------------|[]||\n\
|;;| |;;||\n\
|;;| |;;||\n\
|;;| ItsEricWoodward.com |;;||\n\
|;;| |;;||\n\
|;;| |;;||\n\
|;;| |;;||\n\
|;;|_____________________|;;||\n\
|;;;;;;;;;;;;;;;;;;;;;;;;;;;||\n\
|;;;;;;_______________ ;;;;;||\n\
|;;;;;| ___ |;;;;;||\n\
|;;;;;| |;;;| |;;;;;||\n\
|;;;;;| |;;;| |;;;;;||\n\
|;;;;;| |;;;| |;;;;;||\n\
|;;;;;| |;;;| |;;;;;||\n\
|;;;;;| |___| |;;;;;||\n\
\\_____|_______________|_____||\n\
~~~~~^^^^^^^^^^^^^^^^^~~~~~~\n\
",
},
build: {
journalsPerPage: 5,
srcPath: "src",
outputPath: "out",
},
serve: {
port: 4997,
shortCodeLink: "/q/",
static404: "./public/errors/404.html",
},
}