Skip to content

A comprehensive, partially automatically generated comparison of static site generators

License

Notifications You must be signed in to change notification settings

bevry/staticsitegenerators

Repository files navigation

Static Site Generators Listing

Status of the GitHub Workflow: bevry NPM version NPM downloads
GitHub Sponsors donate button ThanksDev donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button
Discord server badge Twitch community badge

A comprehensive, partially automatically generated comparison of static site generators with some minimal meta data about them

Contributing

Requirements

There are generally three types of Content Management Systems:

  1. Dynamic Servers (e.g. WordPress, Ghost, DocPad, Harp) — these allow you to have re-render on every request abilities
  2. Flat File Content Management Systems (e.g. Yellow, Techy) — these allow you to write your content as files
  3. 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).

Adding

Entries are stored within the source/list.ts file.

Entries must conform to the RawEntry type.

Testing

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:

  1. Install Node.js (5-15 minutes)

  2. Fork the project and clone your fork - guide (5 minutes)

  3. Install local dependencies (1 minute)

    npm install
  4. Running the tests (1 minute)

    npm test
  5. Make any changes that the tests indicate, commit your changes, and submit

Usage

Complete API Documentation.

Using the npm package is done like so:

import { hydrated, raw } from 'staticsitegenerators'

// get the hydrated data
console.log(listing.hydrated)

// get the raw data
console.log(listing.raw)

History

Discover the release history by heading on over to the HISTORY.md file.

Backers

Code

Discover how to contribute via the CONTRIBUTING.md file.

Authors

Maintainers

  • Benjamin Lupton — Accelerating collaborative wisdom.
  • Craig Davison
  • Cthulhux — Creator of weird utilities, knower of things. Hates Git.
  • Manvel Saroyan — Currently @bardeenai, @Privacy-Managers, @cmints and @browser-automation, previously @adblockplus.

Contributors

Finances

GitHub Sponsors donate button ThanksDev donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button

Sponsors

Donors

License

Unless stated otherwise all works are:

and licensed under:

About

A comprehensive, partially automatically generated comparison of static site generators

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 238