All Projects → Chalarangelo → Node Static Page Generator

Chalarangelo / Node Static Page Generator

Licence: mit
A basic static page generator for Node.js.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Static Page Generator

Still
A composable Elixir static site generator
Stars: ✭ 96 (-5.88%)
Mutual labels:  static-site-generator
Pengubot
Official PenguBot GitHub Repository
Stars: ✭ 98 (-3.92%)
Mutual labels:  node-js
Hugo Theme Nix
Nix is a simple, minimal theme for Hugo
Stars: ✭ 101 (-0.98%)
Mutual labels:  static-site-generator
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (-6.86%)
Mutual labels:  node-js
Log4brains
✍️ Log and publish your architecture decisions (ADR)
Stars: ✭ 98 (-3.92%)
Mutual labels:  static-site-generator
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+1231.37%)
Mutual labels:  static-site-generator
Unchained
Headless & open-source e-commerce toolkit. The Unchained Engine is our core product and is written in Node.js ES6
Stars: ✭ 92 (-9.8%)
Mutual labels:  node-js
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+1247.06%)
Mutual labels:  static-site-generator
Link Preview Generator
Get preview data (a title, description, image, domain name) from a url. Library uses puppeteer headless browser to scrape the web site.
Stars: ✭ 98 (-3.92%)
Mutual labels:  node-js
Leo
Highly Extensible, Declarative Static Site Generator
Stars: ✭ 100 (-1.96%)
Mutual labels:  static-site-generator
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (-5.88%)
Mutual labels:  node-js
Nopress
A collection of CMSs and Static Site Generators.
Stars: ✭ 96 (-5.88%)
Mutual labels:  static-site-generator
React Static
⚛️ 🚀 A progressive static site generator for React.
Stars: ✭ 9,946 (+9650.98%)
Mutual labels:  static-site-generator
Gen
Compositor JSX static site generator
Stars: ✭ 95 (-6.86%)
Mutual labels:  static-site-generator
Nw Ninja
A minimalistic NW.js starter project for ninjas
Stars: ✭ 101 (-0.98%)
Mutual labels:  node-js
Pelican Blue
Responsive theme for Pelican Static Site Generator, Powered by Python
Stars: ✭ 94 (-7.84%)
Mutual labels:  static-site-generator
Styx
Static site generator in Nix expression language.
Stars: ✭ 99 (-2.94%)
Mutual labels:  static-site-generator
Async Ray
Provide async/await callbacks for every, find, findIndex, filter, forEach, map, reduce, reduceRight and some methods in Array.
Stars: ✭ 102 (+0%)
Mutual labels:  node-js
Webgen
webgen is a fast, powerful and extensible static website generator
Stars: ✭ 101 (-0.98%)
Mutual labels:  static-site-generator
Debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Stars: ✭ 9,912 (+9617.65%)
Mutual labels:  node-js

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].