A sweet spot between staticjinja and a full-blown static site generator.
PyPI - Documentation - Source code - Issue tracker - Changelog
- Clone the repository
- From the root directory, run:
pip install -e .[dev]
on Linux orpip install -e ".[dev]"
on Windows
From the root directory, run python setup.py upload
. This will build the package, create a git tag and publish on PyPI.
__version__
in staticjinjaplus/__version__.py
must be updated beforehand. It should adhere to Semantic Versioning.
An associated GitHub release must be created following the Keep a Changelog format.