Nicolino

A good static site generator.

Features

WARNING

This project is still in development and may change suddenly in places like the configuration file format, but it is ready to start being used.

For more information, visit https://nicolino.ralsina.me

Building for Release (Static Binaries)

The project uses libvips for fast image processing, but libvips cannot be statically linked. To create static binaries, we use the -Dnovips flag which falls back to crimage (a pure-Crystal image library).

Important trade-offs:

For development use, build without -Dnovips for fast image processing with libvips. For release/static builds, use -Dnovips and accept the performance trade-off.