2022-09-23 06:40:26 +00:00
|
|
|
{
|
2023-07-21 04:12:16 +00:00
|
|
|
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",
|
|
|
|
},
|
2022-09-23 06:40:26 +00:00
|
|
|
|
2023-07-21 04:12:16 +00:00
|
|
|
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",
|
|
|
|
},
|
|
|
|
build: {
|
|
|
|
journalsPerPage: 5,
|
|
|
|
srcPath: "src",
|
|
|
|
outputPath: "out",
|
|
|
|
},
|
|
|
|
serve: {
|
|
|
|
port: 4997,
|
|
|
|
},
|
2022-09-23 06:40:26 +00:00
|
|
|
}
|