Zas

Zas 1.0

Zas works by reading Markdown files and compiling them into static HTML website structures with the help of page templates and the Go programming language.There's no support a blogging module with Zas, meaning you can only build basic structures with...

Hastie

Hastie 1.0

Hastie was modeled after the Jekyll site generator, a powerful tool coded in Ruby and used on GitHub Pages. It works practically the same way, only it uses Go for its codebase, is completely portable and comes with all the dependencies packed in.The...

Beetle

Beetle 0.7.1

Beetle is yet another attempt at creating a simpler and easier to use static site compiler.Just like all other static site generators, Beetle works by taking content stored in separate files and inserting it inside templates via special placeholders.The...

StaGen

StaGen 0.3.2

StaGen works by reading a JSON configuration file, taking content formatted and stored inside Markdown files, and compiling it into a classic HTML file using frontend layouts created via the StringTemplate 4 templating engine.StaGen works from the Java...

rstdiary

rstdiary 0.8

rstdiary works by reading a local .cfg file and assembling the site from an RST file.Webmasters can use the configuration file to add information about the location of the RST file where the blog entries are located, the location of the outputted HTML...

webgen

webgen 1.4.0 updated

webgen reads data from templates and content files providing the tools for generating dynamic content like menus, modules, links, etc. and saving them in a static structure like HTML.It's basically a classic static site generator, implemented to support...

Writefully

Writefully 0.8.2

Writefully is marketed as a way to "turn your GitHub repository into a CMS", but in fact this small script is more of an actual static site generator, which instead of using files stored locally on your computer (or server), takes data and assembles the...

Cactus

Cactus 3.0.2 updated

Cactus uses Django's templating capabilities to create content wireframes.It then scans for assets and text and assembles the site/blog in HTML pages, ready to be deployed to a Web server and presented to users.Also includes support for generating a XML...

Situs

Situs 0.3.3

Situs works from the Node.js CLI and requires a series of steps and resources to be in place.Situs reads a configuration file first, parses a series of templates, reads the content, inserts the content inside the templates, and then saves everything as an...

Punch

Punch 0.5.46

Developed with developers and designers in mind, Punch allows a user to easily setup a project structure just by editing a few configuration files.Punch then reads these configs, takes all the requested parts and assembles them together into a basic...