Skip to content

v0.1.0

Compare
Choose a tag to compare
@Tina-otoge Tina-otoge released this 27 Apr 06:06
· 17 commits to master since this release

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