This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
Go to file
Eric Woodward c49be4c321 Update extortion page and RPG LinkList
Update dependencies
Update to v0.9.1
2022-12-23 19:33:06 -05:00
lib Update extortion page and RPG LinkList 2022-12-23 19:33:06 -05:00
src Update extortion page and RPG LinkList 2022-12-23 19:33:06 -05: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 Update extortion page and RPG LinkList 2022-12-23 19:33:06 -05:00
package.json Update extortion page and RPG LinkList 2022-12-23 19:33:06 -05: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.