A basic static page generator for Node.js.
- Fork or clone this repository.
- Run
npm run start
to get everything up and running. - Create pages in Markdown inside the
pages
directory. - Create corresponding metadata files in JSON inside the
pages_meta
directory. - Add stylesheets, scripts and images inside the
css
,js
andimages
directories. - Alter the
builder.js
andpage_template.js
files inside thebuild
directory to suit your needs. - See the changes in your browser.
- Grab everything inside the
build
directory and show your static website to your friends.
Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.