add Code section
add only journal post for 2025 update copyrights to 2026 add licenses to BPS remove unused files update to 0.14.2
This commit is contained in:
@@ -1,60 +1,59 @@
|
||||
{
|
||||
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",
|
||||
},
|
||||
},
|
||||
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: https://v8.js-dos.com 'unsafe-inline'; img-src 'self' https://*; media-src 'self' https://* data:; script-src 'self' https://v8.js-dos.com 'wasm-eval' 'unsafe-eval' 'unsafe-inline'; style-src 'self' https://v8.js-dos.com 'unsafe-inline'; worker-src 'self' blob:;",
|
||||
csp: "default-src 'self' data: ; img-src 'self' https://*; media-src 'self' https://* data:;",
|
||||
robots: "index,follow",
|
||||
language: "en-us",
|
||||
copyright: "Copyright 2014-2025 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",
|
||||
},
|
||||
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",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user