Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chalarangelo/node-static-page-generator

A basic static page generator for Node.js.
https://github.com/chalarangelo/node-static-page-generator

node-js nodejs static-site-generator

Last synced: 2 months ago
JSON representation

A basic static page generator for Node.js.

Awesome Lists containing this project

README

        

# node-static-page-generator
A basic static page generator for Node.js.

![Logo](/images/favicon.png)

## 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](http://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/).*