A comprehensive, partially automatically generated comparison of static site generators with some minimal meta data about them
There are generally three types of Content Management Systems:
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 source/list.ts
file.
Entries must conform to the RawEntry
type.
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 listing = require('staticsitegenerators')
// get the hydrated data
console.log(listing.hydrated)
// get the raw data
console.log(listing.raw)
Discover the release history by heading on over to the HISTORY.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under: