tremolite
tremolite
Customized blog-like static pages generator.
tremolite
goal is to be more customizable, faster, and more explicit Jekyll alternative.
I have started thinking about it after my blog needs more than 30 seconds to render and Had to put some advanced hacks to meet my needs.
Jekyll is a great way to start. Liquid templates allow to customize without need to write Ruby code. In tremolite
you will have to write Crystal
code which probably makes it harder to use at start.
Ultra simple sample code is here. My blog odkrywajacpolske.pl has much more features but it's not easy to read.
Roadmap
-
tremolite
as a lib
- Remove custom code to another repo
- README
- Some cool features
- Put all files into buffer and overwrite if something changes
- Validate missing html links
- Validate missing references
- Validate internal posts
- FTP uploader who knows which file was changed
- Customizable view functions
- Allow to disable copying all source images to
public
(ex. only header image) - Uglyfier
Installation
Add this to your application's shard.yml
:
dependencies:
tremolite:
github: akwiatkowski/tremolite
Usage
require "tremolite"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/akwiatkowski/tremolite/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- akwiatkowski Aleksander Kwiatkowski - creator, maintainer
tremolite
- 21
- 0
- 0
- 2
- 1
- over 1 year ago
- December 7, 2016
Other
Thu, 07 Nov 2024 19:46:16 GMT