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
$ compile
でwww
ディレクトリに出力できる
Documentation¶
- docsify
- A magical documentation site generator.