Slick Toolkit

Slick Toolkit is a collection of libraries that extend functionality of a static generation library Slick. Our company is an active supported of the Slick, contributing to the project and using it extensively for clients and internal needs.

Toolkit

Slick is a static site generation program that utilizes Shake build system and allows to create sites in a more productive way using Haskell types. Slick is implemented as library and open-sourced, keeping minimalistic core functionality but productive users can have more features with our additional libraries.

Shake Watch

https://gitlab.com/migamake/shake-watch - library that provides watch and rebuild functionality for Shake-based projects. Since Slick is based on Shake we’re using this to track changes in site sources.

Slick Live

https://gitlab.com/migamake/slick-live - library that provides live preview and reload functionality for Slick static site generator.

Slick Extra

https://gitlab.com/migamake/slick-extra - library that make slick a more robust website generator and add additional functionality as RSS, Sitemap generation, convinience function.

Slick Template

https://gitlab.com/migamake/slick-template - minimalistic Stack template to get you started with Slick project and slick-live, slick-extra, etc.