An Python-based static site generator using Jinja templates.
Project description
Jinjabread
WORK IN PROGRESS
A Python-based static site generator using Jinja templates.
Inspired by staticjinja
and hugo
.
Install
pip install jinjabread
Usage
Create new site project
python -m jinjabread new mysite
Build site project
python -m jinjabread build mysite
Run development server
python -m jinjabread serve mysite
Contributing
Setup
python -m venv venv && \
. venv/bin/activate && \
pip install pip pip-tools --upgrade && \
pip-sync requirements.txt
Test
python -m unittest discover .
Build
python -m build
Release
export TWINE_USERNAME='__token__'
export TWINE_PASSWORD='secret-token'
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jinjabread-0.6.0.tar.gz
(13.1 kB
view details)
Built Distribution
File details
Details for the file jinjabread-0.6.0.tar.gz
.
File metadata
- Download URL: jinjabread-0.6.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3037ce551deffb6c51c6bdf2713b7dac6b389f26c48e0468d12c4b7da0700047 |
|
MD5 | 2668dcbe6104a15287530ea9f830ecc8 |
|
BLAKE2b-256 | 1170d85492a203f9a06277540b7e5908c3539fc083e4e87c67b98251309d198e |
File details
Details for the file jinjabread-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: jinjabread-0.6.0-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce5e05d1e60eaa0416921abdbe76d149d678023ba03ee27e6f8bbed0f3d1c6d5 |
|
MD5 | d5066ed100190c5979cb945e121b8ef6 |
|
BLAKE2b-256 | b7af9abdef57ba8ad46e970b9a74427922c4e929b8116d65dcbc8b9a1551c526 |