Skip to content

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

License

Notifications You must be signed in to change notification settings

EpocDotFr/staticjinjaplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.