paulrobertlloyd-v4
paulrobertlloyd-v4 copied to clipboard
My personal website. There are many like it, but this is mine.
paulrobertlloyd.com
My personal website. There are many like it, but this is mine.
Installation
-
git clone [email protected]:paulrobertlloyd/paulrobertlloyd-v4.git
-
cd paulrobertlloyd-v4
-
npm install
-
npm run build
Ensure the following environment variables are set:
-
WEBCAL_TOKEN
: The token provided in the last part of awebcal://
URL -
WEBMENTION_IO_TOKEN
: API key from webmention.io -
OMDBAPI_TOKEN
: API key from OMDb API
Generated files are written to the www
directory.
Development
When developing the site, you may want files automatically compiled and the browser to refresh automatically. To do this, run npm start
.
Deployment
This site is deployed automatically by Netlify whenever files are pushed to the main
branch.