This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
lib | ||
src | ||
.gitignore | ||
.prettierignore | ||
app.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
site.config.json5 |
Mystic Site Builder (2021 Edition)
Micro static site generator in Node.js
Based 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
Go to http://localhost:5000 to see the generated site.
How to use
If you want to use NanoGen to generate your own site, just fork this repository and add your content to the src
folder.