pichu
The static site generator designed to evolve with your needs.
Quickstart
Pichu provides the building blocks to build your own static site generator. Parse a directory of Markdown files, including typed frontmatter, and render them individuall and in a collection using your favorite template engine.
Batteries included, but easily swappable: If you've outgrown the default Markdown implementation, you're encouraged to copy-paste the implementation and plug it in instead. Or bring your own!
glob?
.?
.render_each?
.render_all?;
render_sass?;
copy_dir?;
Features
markdown(default): Enable theparse_markdownmethod.sass(default): Enable therender_sassfunction.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.