Skip to content

Releases: Tina-otoge/sssimp

v0.1.4

19 Aug 13:04
Compare
Choose a tag to compare
Ensure results from data.get are ordered alphabetically

v0.1.3

21 Jul 22:22
Compare
Choose a tag to compare
Add --version

v0.1.1

15 May 04:34
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

v0.1.0

27 Apr 06:06
Compare
Choose a tag to compare

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