Skip to content

19pdh/strona

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Simple Static Site Generator

n3sg is a simple shell script for generating static sites supporting frontmatter

Goal

The goal for this project is to have an extremely fast zero-dependency program for generating multi-page static sites and also is easily compatible with Netlify CMS.

Usage

./n3sg.sh src dest site_name site_url

Copy n3sg and awkdown directly into your repo or use this repo as a template

Development

For local development use dev script, which uses entr and your http server of choice for auto-rebuilding site on file change.

./dev

It's pretty fast

Image of deploys list - it builds in under 20s Image of logs - n3sg run in 73ms