All Projects β†’ bevry β†’ Staticsitegenerators List

bevry / Staticsitegenerators List

Licence: other
A comprehensive, partially automatically generated comparison of static site generators

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Staticsitegenerators List

Staticman
πŸ’ͺ User-generated content for Git-powered websites
Stars: ✭ 2,098 (+1004.21%)
Mutual labels:  static-site-generator
Lego
A fast static site generator that generates optimised, performant websites.
Stars: ✭ 176 (-7.37%)
Mutual labels:  static-site-generator
Nikola
A static website and blog generator
Stars: ✭ 2,221 (+1068.95%)
Mutual labels:  static-site-generator
Hugo theme pickles
Modern, Simple and beautiful Hugo theme
Stars: ✭ 168 (-11.58%)
Mutual labels:  static-site-generator
Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (-7.89%)
Mutual labels:  static-site-generator
Notablog
Generate a minimalistic blog from a Notion table. [WIP]
Stars: ✭ 177 (-6.84%)
Mutual labels:  static-site-generator
Nanoc
A powerful web publishing system
Stars: ✭ 1,959 (+931.05%)
Mutual labels:  static-site-generator
Post Scheduler
Schedule posts & content updates for static websites (Jekyll, Hugo, Gatsby, Phenomic etc)
Stars: ✭ 184 (-3.16%)
Mutual labels:  static-site-generator
Bedrock
Bedrock is a static site generator to create large-scale HTML prototypes and document design systems
Stars: ✭ 175 (-7.89%)
Mutual labels:  static-site-generator
Nanogen
Minimalist static site generator in Node.js
Stars: ✭ 180 (-5.26%)
Mutual labels:  static-site-generator
Elmstatic
Elm-to-HTML static site generator
Stars: ✭ 170 (-10.53%)
Mutual labels:  static-site-generator
Pygreen
A micro web framework/static web site generator.
Stars: ✭ 171 (-10%)
Mutual labels:  static-site-generator
Vanilla Back To Top
Simple and smooth Back To Top button
Stars: ✭ 179 (-5.79%)
Mutual labels:  static-site-generator
Gopablo
🐺 Static site generator.
Stars: ✭ 166 (-12.63%)
Mutual labels:  static-site-generator
Gulp Site Generator
A static site generator using Gulp
Stars: ✭ 183 (-3.68%)
Mutual labels:  static-site-generator
Jekyll Serve
Jekyll in a Docker Container For Easy SSG Development
Stars: ✭ 164 (-13.68%)
Mutual labels:  static-site-generator
Saber
()==[:::::::::::::> Build static sites in Vue.js, without the hassle
Stars: ✭ 2,133 (+1022.63%)
Mutual labels:  static-site-generator
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (-1.58%)
Mutual labels:  static-site-generator
Gatsby Docker
Develop & Build GatsbyJS static sites within Docker.
Stars: ✭ 184 (-3.16%)
Mutual labels:  static-site-generator
Monobase
React static site generator
Stars: ✭ 180 (-5.26%)
Mutual labels:  static-site-generator

Static Site Generators Listing

Travis CI Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

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:

const listing = require('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

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button Patreon donate button Flattr donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].