Releases: Tina-otoge/sssimp
Releases · Tina-otoge/sssimp
v0.1.4
v0.1.3
Add --version
v0.1.1
Full Changelog: 0.1.0...0.1.1
v0.1.0
First release 🎊
- Automated tests (contributed by @szabgab in #6)
- Initial generators and filters
- Watcher, run with
sssimp --watch
to create a new build on file changes
Generators
- (NEW): HTML, uses Jinja templating
- (NEW) CSS, naive bundle by merging files
- (NEW) Markdown, to be used in templates
- (NEW) Data, loads YAML and JSON file content to be used in templates
Filters
- (NEW)
a
"absolute", converts an href path to be relative to the site root
What's next?
- Support for Python scripts for the Data generator
- Support for SASS/SCSS