This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
582 B
26 lines
582 B
{
|
|
site: {
|
|
title: "It's Eric Woodward (dotcom)",
|
|
author: {
|
|
name: "Eric Woodward",
|
|
email: "redacted@nunyodam.com", // not used
|
|
photo: "/images/eric-8bit.gif",
|
|
site: "https://itsericwoodward.com",
|
|
},
|
|
|
|
base_uri: "",
|
|
robots: "index,follow",
|
|
language: "en-us",
|
|
copyright: "Copyright 2014-2022 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,
|
|
},
|
|
}
|
|
|