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.0a2.tar.gz
(13.0 kB
view details)
Built Distribution
File details
Details for the file jinjabread-0.6.0a2.tar.gz
.
File metadata
- Download URL: jinjabread-0.6.0a2.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 426fedc836ad39b045e31c98380bff4da27515e48d94f1fc1010d873b7a0a689 |
|
MD5 | fe15790d597c5c09e65ac2661565a5ee |
|
BLAKE2b-256 | 15c8f23b01aa27601cfd6e5a62534f21c5017c361ae483a8ef8ec9c25a32f3e1 |
File details
Details for the file jinjabread-0.6.0a2-py3-none-any.whl
.
File metadata
- Download URL: jinjabread-0.6.0a2-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 | e63285dc29624e7e9ed52caf3bb53fc7133a58d28b867d0d9d3c20c9abecf109 |
|
MD5 | 951f0a5049b65fdac4418219952a5ad7 |
|
BLAKE2b-256 | e3b8f103c954b0a2571b60a336d4512bd4a2884f2a4bee0827155a117446f846 |