A comprehensive, partially automatically generated comparison of static site generators with some minimal meta data about them
- View the listing | Edit the listing
- View the rendered listing
- View the website | View the website source
There are generally three types of Content Management Systems:
- Dynamic Servers (e.g. WordPress, Ghost, DocPad, Harp) — these allow you to have re-render on every request abilities
- Flat File Content Management Systems (e.g. Yellow, Techy) — these allow you to write your content as files
- Static Site Generators (e.g. Jekyll, DocPad) — these generate a static website from your input that you can deploy anywhere
Currently, this listing is only for projects that relate to Flat File Content Management Systems and/or Static Site Generators, but not for projects which relate only to Dynamic Servers (such as WordPress and Ghost).
Entries are stored within the list.json
file.
Accepted project fields:
name
the project's namegithub
the slug of the GitHub repository if applicablegitlab
the slug of the GitLab repository if applicablebitbucket
the slug of BitBucket repository if applicablewebsite
the project's website if they have one, if the automatic website fetch is incorrect you can specify asfalse
language
the project's primary programming language if applicabledescription
the project's descriptioncreated_at
the project's date of creation in ISO formatupdated_at
the project's date of last update in ISO formatlicense
the project's SPDX license code- if license is missing, omit this field
- if license is not applicable because it is a commercial service, use
false
- if multiple licenses, see the SPDX parser for formatting
is
should be one of the following:flat file cms
a project that takes in local file content, renders it, and exposes the rendered contents via its own web server, without exporting to static files that can be deployment elsewhere, such as Grav and Harpstatic site generator
a project that takes in local file content, renders it, and exports it into a static file content for deployment somewhere, with or without a bundled web server, such as Jekyll and DocPadstatic site importer
a project that takes in local or dynamic content and imports it into a database, such as a file system to Contentful importerstatic site exporter
a project that takes in database content and generates a static website with it, such as a Contentful or Wordpress to static website exporterstatic site host
a project that hosts static site content, such as GitHub Pages or Surge.shstatic site editor
a project that a custom editing experience for static website content, such as Contentful and Prose.io, or even Grav's admin pluginother
if some other type of project that is related to flat-file content management systems or static website generators
extensible
should betrue
orfalse
providing whether or not the project provides a way for users to add new featuresdefunct
can betrue
to signal that the project is no longer functioning or receiving support
Dates should be in ISO format which looks like this 2006-08-18T16:00:00.000Z
. Conversion can be done with JavaScript using console.log(new Date('19-Aug-2006').toISOString())
or via the command line using Node.js via node -e "console.log(new Date('19-Aug-2006').toISOString())"
.
At the very least, the following fields are required:
name
tags
github
orgitlab
orbitbucket
orwebsite
is
will output a warning if missing, but is required for all new entries
If github
is specified, the following fields should only be specified if GitHub's data is incorrect:
license
website
language
description
created_at
updated_at
If gitlab
is specified, the following fields should only be specified if GitLab's data is incorrect:
language
description
created_at
updated_at
The following fields are automatic and only apply to our rendered listing:
stars
forks
watchers
When you submit your pull request, your submission will be automatically tested, so no need to test locally, however if you do wish to, you can:
-
Install Node.js (5-15 minutes)
-
Fork the project and clone your fork - guide (5 minutes)
-
Install local dependencies (1 minute)
npm install
- Running the tests (1 minute)
npm test
- Make any changes that the tests indicate, commit your changes, and submit
Using the npm package is done like so:
const ssgs = require('staticsitegenerators')
// fetch remote data and render it
ssgs.remote(opts, function (err, data) {
ssgs.render(data, opts, function (err, result) {
console.log(result)
})
})
// fetch the local data, using its last render
ssgs.local(opts, function (err, result) {
console.log(result)
})
Discover the release history by heading on over to the HISTORY.md
file.
These amazing people are maintaining this project:
- Jasper Van der Jeugt — view contributions
- Benjamin Lupton — view contributions
- Craig Davison — view contributions
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
- Jasper Van der Jeugt — view contributions
- Benjamin Lupton — view contributions
- Craig Davison — view contributions
- Lomig Lavnek — view contributions
- Suraj Shukla — view contributions
- Denis Defreyne — view contributions
- ipavl — view contributions
- Klaus Mueller — view contributions
- Japh — view contributions
- Mikito Takada — view contributions
- dbohdan — view contributions
- Cthulhux — view contributions
- David Siaw — view contributions
- Jeffrey Hicks — view contributions
- Matt Layman — view contributions
- goransv — view contributions
- vikrantrathore — view contributions
- Arnaud Ligny — view contributions
- AJ ONeal — view contributions
- Benjamin Klotz — view contributions
- Jorge Epuñan — view contributions
- Konstantin Tarkus — view contributions
- Mark Seuffert — view contributions
- Maxime Thirouin — view contributions
- Pawan Dubey — view contributions
- Ramiro Gómez — view contributions
- Rob Loach — view contributions
- Roman Atachiants — view contributions
- Rudy Affandi — view contributions
- Seyi Ogunyemi — view contributions
- Taufik Nurrohman — view contributions
- Tom Link — view contributions
- W. Caleb McDaniel — view contributions
- harijs.me — view contributions
- jandecaluwe — view contributions
- Chris Warrick — view contributions
- Rui Wang
- Ale Muñoz — view contributions
- Aleksey Razbakov — view contributions
- Alex Hoyau — view contributions
- Alex Lin — view contributions
- Alex Thompson — view contributions
- Alexandre González — view contributions
- Alexandre Grison — view contributions
- Alexey Kinev — view contributions
- Amit Upadhyay — view contributions
- Aisbergg — view contributions
- Andrew Murray — view contributions
- Andrew_Mallis — view contributions
- Andy Miller — view contributions
- Ankush Gupta — view contributions
- Anthonny Quérouil — view contributions
- Anton Podviaznikov — view contributions
- Anton Iarchuk — view contributions
- Artem Krylysov — view contributions
- Artemy Tregubenko — view contributions
- Brett Estrade — view contributions
- Barry Clark — view contributions
- Basil Peace — view contributions
- Bastian Venthur — view contributions
- Benjamin Henrion — view contributions
- Johanna — view contributions
- Bill Humphries — view contributions
- Bosco Ho — view contributions
- Byron Kellett — view contributions
- Byron LK — view contributions
- Charles Lehner
- Chris Dawson — view contributions
- Adam Bien — view contributions
- Colin Chan — view contributions
- Daniela Knoll — view contributions
- Dario Castañé — view contributions
- Dave Glick — view contributions
- dave.snider@gmail.com — view contributions
- David Caldwell — view contributions
- David Eads — view contributions
- David Herron — view contributions
- David Pennington — view contributions
- Denis — view contributions
- Denis Bernard — view contributions
- Denis Defreyne — view contributions
- Doug Bell — view contributions
- Evan Mattson — view contributions
- Evan Sonderegger — view contributions
- Gabi Nagy — view contributions
- Garrett Smith — view contributions
- George Ornbo — view contributions
- Hasnain Lakhani — view contributions
- Ivan Melnikov — view contributions
- Jan Pecha — view contributions
- Jeremy Weinstein — view contributions
- Jex — view contributions
- Jim Campbell — view contributions
- Joe Ipson — view contributions
- Johannes Boyne — view contributions
- John SJ Anderson — view contributions
- John Tait — view contributions
- Jon Schlinkert — view contributions
- Jonathan Bullock
- Hugh Brown
- Alan Pearce — view contributions
- Alexandre Chopin — view contributions
- Charles Lehner
- Michael F. Lamb — view contributions
- Alexander Elias — view contributions
- Charles Lehner — view contributions
- Toshiki Iga — view contributions
- Hugh Brown (Saint Aardvark the Carpeted) — view contributions
Unless stated otherwise all works are:
- Copyright © 2013+ Bevry Pty Ltd
- Copyright © 2013 Jasper Van der Jeugt
and licensed under: