riboseyim / node-static-page-generator

A basic static page generator for Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-static-page-generator

A basic static page generator for Node.js.

Logo

Installation & usage

  1. Fork or clone this repository.
  2. Run npm run start to get everything up and running.
  3. Create pages in Markdown inside the pages directory.
  4. Create corresponding metadata files in JSON inside the pages_meta directory.
  5. Add stylesheets, scripts and images inside the css, js and images directories.
  6. Alter the builder.js and page_template.js files inside the build directory to suit your needs.
  7. See the changes in your browser.
  8. Grab everything inside the build directory and show your static website to your friends.

Credits

Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.

About

A basic static page generator for Node.js.

License:MIT License


Languages

Language:JavaScript 45.0%Language:CSS 42.2%Language:HTML 12.8%