This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
Go to file
Eric Woodward 8c024d74cd Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
lib Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
src Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -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 Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
README.md Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
app.js Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
package-lock.json Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
package.json Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00
site.config.json5 Major update - simpler file structure, better layouts, moar content 2022-09-23 02:40:26 -04:00

README.md

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.