Major update - simpler file structure, better layouts, moar content

This commit is contained in:
2022-09-23 02:40:26 -04:00
commit 8c024d74cd
346 changed files with 19555 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# 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
```console
$ 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.