Graze

Graze 5.5.1

Graze lets developers create static websites that can be deployed to a server as classic HTML, CSS, JS, and static assets (multimedia files).Developers can use Graze to create templates for various pages and then add the site's content as separate...

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...

SuSi

SuSi 0.2.3 updated

SuSi needs two things to work. One is a Markdown file where the actual content is stored, and the second is a layout template which governs how the content is rendered on the page.If the two are provided, SuSi will fill the content inside the layout and...

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...

HubPress

HubPress 0.4.0 updated

HubPress is different from other blogging platforms because it doesn't use a database, nor does it use a classic WYSIWYG editing experience. This tool merges technologies like static site generators with modern hosting infrastructures like GitHub. A...

Spress

Spress 2.0.2 updated

Spress lets developers create simple websites using a bloat-free application known in the industry as a "static site generator." Made famous by Jekyll and GitHub, static site generators are one of the most trending tools developers are developing today,...