2023-07-21 04:12:16 +00:00
# It's Eric Woodward (dotcom)
2022-09-23 06:40:26 +00:00
2023-07-21 04:12:16 +00:00
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).
2022-09-23 06:40:26 +00:00
2023-07-21 04:12:16 +00:00
Based (at least in part) on the ideas in this post: https://medium.com/douglas-matoso-english/build-static-site-generator-nodejs-8969ebe34b22
2022-09-23 06:40:26 +00:00
## Setup
```console
$ npm i
$ npm run build
$ npm run serve
2023-07-21 04:12:16 +00:00
$ npm run watch
2022-09-23 06:40:26 +00:00
```
Go to http://localhost:5000 to see the generated site.
## How to use
2023-07-21 04:12:16 +00:00
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.