A sweet spot between staticjinja and a full-blown static site generator.


Keywords
static, website, site, generator, staticjinja, jinja, jinja2, pypi, pypi-package, python, python-library, static-site-generator, staticjinjaplus
License
Other
Install
pip install staticjinjaplus==2.0.1

Documentation

staticjinjaplus

A sweet spot between staticjinja and a full-blown static site generator.

Python versions Version License

PyPI - Documentation - Source code - Issue tracker - Changelog

Development

Getting source code and installing the package with dev dependencies

  1. Clone the repository
  2. From the root directory, run: pip install -e .[dev] on Linux or pip install -e ".[dev]" on Windows

Releasing the package

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.