Skip to content

Static Site Generator

Static Site Generators

The definitive listing of Static Site Generators

Jekyll

Transform your plain text into static websites and blogs.

Hexo

A fast, simple & powerful blog framework

ブログ向け。

Middleman

Metalsmith

An extremely simple, pluggable static site generator.

Harp

The static web server with built-in preprocessing.

Harp serves Jade, Markdown, EJS, CoffeeScript, Sass, LESS and Stylus as HTML, CSS & JavaScript—no configuration necessary.

イマドキのプリコンパイルが必要なやつをそのまま書くだけでファイル構成そのままに変換・配信するやつ。SPAでbrowserifyみたいな凝ったことせずにサクッと作る用かな。

  • Automatic preprocessing
    • 自動プリコンパイル
  • Preprocessors are built-in
    • Markdown, Jade, EJS, LESS, Stylus, Sass and CoffeeScript
  • The beloved Layout/Partial paradigm
    • _layout.jadeが使える。ディレクトリを変えれば複数用意できる。
    • <%- partial("_nav") %>が使える。
  • All inside a fast, lightweight web server
    • Webサーバ付き
  • Flexible, custom metadata
    • _data.jsonを使ってeachなどができる
  • Compile and deploy
    • $ compilewwwディレクトリに出力できる

Documentation

docsify
A magical documentation site generator.