Overview
Tremolite is a customized blog-like static pages generator that aims to be more customizable, faster, and more explicit than Jekyll. The creator started working on Tremolite after their blog took more than 30 seconds to render and required advanced hacks to meet their needs. While Jekyll is a great starting point, Tremolite requires writing Crystal code, which may make it harder to use initially.
Features
- Customizable: Tremolite allows for customization without the need to write Ruby code, using Crystal code instead.
- Faster Rendering: Tremolite aims to provide faster rendering times compared to other static page generators.
- Explicit: Tremolite aims to be more explicit in its functionality and features compared to Jekyll.
Installation
To install Tremolite, add the following code to your application’s shard.yml file:
# Add this to your application's shard.yml:
dependencies:
tremolite:
github: akwiatkowski/tremolite
Summary
Tremolite is a customized blog-like static pages generator aimed at providing a more customizable and faster alternative to Jekyll. Despite the need to write Crystal code instead of Ruby, Tremolite aims to be more explicit in its functionality and features.