Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 3.13 KB

static-sites.md

File metadata and controls

35 lines (29 loc) · 3.13 KB

Static sites

I love using Hugo for generating static websites. I then use Netlify to host the sites for free.

Interesting generators

  • Gatsby - Using React.
  • VuePress - Minimalistic docs generator with Vue component based layout system.
  • zola - Fast static site generator in a single binary with everything built-in.
  • Styx - Purely functional static site generator in Nix expression language.
  • Charge - Opinionated, zero-config static site generator.
  • elm-pages - Statically typed site generator for Elm.
  • JuDoc - Simple static site generator (SSG) oriented towards technical blogging (code, maths, ...) and light, fast-loading pages.
  • Antwar - Static site generator built with React and Webpack.
  • Plot - DSL for writing type-safe HTML, XML and RSS in Swift.
  • Staticgen - Static website generator that lets you use HTTP servers and frameworks you already know.
  • rib - Haskell library for writing your own static site generator.
  • Publish - Static site generator for Swift developers.
  • Eleventy - Simpler static site generator. (Starter) (Code)
  • Docsite - Open source static website generator.

Links