magic decks, site config, library update

This commit is contained in:
2024-07-03 00:02:10 -04:00
parent 4914e72a3e
commit d22025691e
70 changed files with 1019 additions and 302 deletions

View File

@@ -6,6 +6,11 @@
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: "",
@@ -14,6 +19,28 @@
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,
@@ -22,5 +49,7 @@
},
serve: {
port: 4997,
shortCodeLink: "/q/",
static404: "./public/errors/404.html",
},
}