bd48ff23cc
add only journal post for 2025 update copyrights to 2026 add licenses to BPS remove unused files update to 0.14.2
60 lines
2.0 KiB
Plaintext
60 lines
2.0 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: "",
|
|
csp: "default-src 'self' data: ; img-src 'self' https://*; media-src 'self' https://* data:; worker-src 'self' blob:;",
|
|
robots: "index,follow",
|
|
language: "en-us",
|
|
copyright: "Copyright 2014-2026 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",
|
|
publishPath: "public",
|
|
},
|
|
serve: {
|
|
authTypeUI: "basic",
|
|
handleStatic: true,
|
|
port: 4997,
|
|
shortCodeLink: "/q/",
|
|
static404: "./public/errors/404.html",
|
|
},
|
|
}
|