Assemble

Assemble 0.6.2 updated

Unlike many other static site compilers, Assemble can be used for more than just simple websites. Assemble was used in production environments to produce widgets, components, documentation, GitHub pages, blogs, and many other more. Companies and projects...

Pico

Pico 1.0.0 updated

Calling Pico a CMS is an over-statement, being more a static site generator more than anything else. Pico works by reading a PHP template created with Twig, parsing the appropriate Markdown file and inserting the content inside the proper...

Wintersmith

Wintersmith 2.2.2 updated

Wintersmith was developed to provide yet another static site generator for the Node.js platform, but with a twist when compared to previous solutions. Wintersmith can be used for more than just running a simplistic blog, but for actually building complex...

Carew

Carew 2.2.0 updated

Inspired by Jekyll and coded on top of the Symfony PHP framework, Carew is a simple PHP CLI utility for assembling HTML websites out of basic templates and Markdown files. While the "Markdown+template+PHP->HTML" is not new, Carew does a good job at...

Serve

Serve 2.0.0

Even if Serve works like most other static site generators, the fact that it comes with its own server makes a lot more useful than the other solutions.Created to work using the local file and folder structure, Serve utilizes a simple routing system to...

Gabby

Gabby 0.3.0

Gabby is a Node.js static site generator, a tool that reads template and content files stored in a designated folder and compiles them to an HTML website.This website can then be served from where it stands via the Node.js server tools, via Gabby's...

PHPoole

PHPoole 0.0.2-alpha

Inspired by Ruby's Jekyll static site generator, PHPoole implements the same principles, only in PHP code. PHPool uses the Twig PHP templating engine to manage the site's page layouts, and allows the user to save his content in text files, with optional...

Cabin

Cabin 0.3.6

Static websites were the first and only way of building and hosting websites on the Internet. But as technologies evolved, so did the way websites were being built.From static HTML files written by hand, developers have started using server-side...

Serif

Serif 0.6

Serif works by using Markdown files and syntax to let users add their site's content, which gets printed on the frontend using predefined templates.Basically just like any other static site generator. The difference is Serif's optional admin panel, which...

Petrify

Petrify 0.0.4

Petrify reads a template layout, inserts the content from a specific location and generates a static file using Node.js as the main rendering engine.Features:Flexible Write views in JavaScript Write content in Markdown Easy to deploy Less security...