bd48ff23ccf870c4aba393c8c99a535262db0c6c
add only journal post for 2025 update copyrights to 2026 add licenses to BPS remove unused files update to 0.14.2
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.
Description
This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
Languages
JavaScript
94.6%
EJS
2.9%
CSS
1.7%
HTML
0.8%