3.5.2 • Published 2 years ago

@joshforisha/ssg v3.5.2

Weekly downloads
24
License
BSD-3-Clause
Repository
github
Last release
2 years ago

ssg

A Node-based static site generator

Usage:

  • Single build: ssg <source-dir> <base-url> <destination-dir>
  • Watch/dev build: ssg-watch <source-dir> <base-url> <destination-dir>

  • Any index.html will be used as a Handlebars template for all Markdown files in the same directory, as well as subdirectories.
  • Any template.html will wrap content and be inserted into the nearest index file.
  • Any *.md file is parsed into content of the relevant template, and output as minified HTML as the named index file.
  • Any CSS files will be minified using clean-css.
  • Any JS files will be minified using terser.
  • Any other file is copied over as-is to the destination.
3.4.0

2 years ago

3.3.0

2 years ago

3.5.2

2 years ago

3.5.1

2 years ago

3.5.0

2 years ago

3.2.1

3 years ago

3.2.0

3 years ago

3.1.0-pre

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago

3.0.0-pre1

3 years ago

3.0.0-pre2

3 years ago

2.10.0

3 years ago

2.9.1

4 years ago

2.9.0

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.0

5 years ago

2.5.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago