This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
Go to file
Eric Woodward 5af4cb886f Add post about PVGttM
Add support for `status` prop on posts (draft or hidden)
Fix fonts
2023-07-21 00:12:16 -04:00
lib Add post about PVGttM 2023-07-21 00:12:16 -04:00
src Add post about PVGttM 2023-07-21 00:12:16 -04:00
.gitignore Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
.prettierignore Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
LICENSE Add post about PVGttM 2023-07-21 00:12:16 -04:00
README.md Add post about PVGttM 2023-07-21 00:12:16 -04:00
app.js Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
package-lock.json Add post about PVGttM 2023-07-21 00:12:16 -04:00
package.json Add post about PVGttM 2023-07-21 00:12:16 -04:00
site.config.json5 Add post about PVGttM 2023-07-21 00:12:16 -04:00

README.md

It's Eric Woodward (dotcom)

A custom-built static site generator in Node.js used to create the website https://www.itsericwoodward.com (and https://itsericwoodward.com, for good measure).

Based (at least in part) on the ideas in this post: https://medium.com/douglas-matoso-english/build-static-site-generator-nodejs-8969ebe34b22

Setup

$ npm i
$ npm run build
$ npm run serve
$ npm run watch

Go to http://localhost:5000 to see the generated site.

How to use

If you want to use this as the basis for generating your own site, just fork this repository and update the content in the src folder.