https://github.com/epocdotfr/staticjinjaplus
A sweet spot between staticjinja and a full-blown static site generator
https://github.com/epocdotfr/staticjinjaplus
pypi pypi-package python python-library static-site-generator staticjinja staticjinjaplus
Last synced: 4 months ago
JSON representation
A sweet spot between staticjinja and a full-blown static site generator
- Host: GitHub
- URL: https://github.com/epocdotfr/staticjinjaplus
- Owner: EpocDotFr
- License: other
- Created: 2024-04-04T19:34:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T09:12:09.000Z (about 1 year ago)
- Last Synced: 2025-12-19T20:16:48.510Z (6 months ago)
- Topics: pypi, pypi-package, python, python-library, static-site-generator, staticjinja, staticjinjaplus
- Language: Python
- Homepage: https://epocdotfr.github.io/staticjinjaplus/
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# staticjinjaplus
A sweet spot between [staticjinja](https://staticjinja.readthedocs.io/en/latest/) and a full-blown static site generator.
  
[PyPI](https://pypi.org/project/staticjinjaplus/) - [Documentation](https://epocdotfr.github.io/staticjinjaplus/) - [Source code](https://github.com/EpocDotFr/staticjinjaplus) - [Issue tracker](https://github.com/EpocDotFr/staticjinjaplus/issues) - [Changelog](https://github.com/EpocDotFr/staticjinjaplus/releases)
## 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]"`
### 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](https://semver.org/spec/v2.0.0.html).
An associated GitHub release must be created following the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.