This repo contains the code to build my main websites (https://www.itsericwoodward.com/ and https://itsericwoodward.com/).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Eric Woodward 8c024d74cd
Major update - simpler file structure, better layouts, moar content
8 months ago
lib Major update - simpler file structure, better layouts, moar content 8 months ago
src Major update - simpler file structure, better layouts, moar content 8 months ago
.gitignore Major update - simpler file structure, better layouts, moar content 8 months ago
.prettierignore Major update - simpler file structure, better layouts, moar content 8 months ago
LICENSE Major update - simpler file structure, better layouts, moar content 8 months ago
README.md Major update - simpler file structure, better layouts, moar content 8 months ago
app.js Major update - simpler file structure, better layouts, moar content 8 months ago
package-lock.json Major update - simpler file structure, better layouts, moar content 8 months ago
package.json Major update - simpler file structure, better layouts, moar content 8 months ago
site.config.json5 Major update - simpler file structure, better layouts, moar content 8 months ago

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.