Kulfon
Kulfon /kuːl fəʊn/ is a static site generator for the rest of us. It combines data sources with templates to tranform them into HTML pages at once.
Features
There is a ton of static site generators out there. Here are few points to convince you to try Kulfon
- one-command tool, similar to Hugo, but written in JavaScript, so it's easier to integrate additional JavaScript libraries or stylesheets
- Simple npm installation
- Solid foundation with carefully selected tools to produce smaller websites faster as The Average Webpage Is Now the Size of the Original Doom
- Rollup for bundling javascripts
- Sass for stylesheets
- Nunjucks for views (a simple, designer friendly HTML-based syntax)
- Written in ES6/ES2015
- Org Mode support
- Markdown support
- Unified approach to external dependencies management with either unpkg or Yarn
- HTTP/2 ready
Supported Pre-Processors
Language Superset | Whitespace Sensitive | |
---|---|---|
HTML | Nunjucks | Markdown |
CSS | Sass (SCSS) | Stylus |
Resources
- Server Documentation - Readme
- Source Code - github.com/zaiste/kulfon