An Python-based static site generator using Jinja templates.
Project description
jinjabread
WORK IN PROGRESS
An Python-based static site generator using Jinja templates.
Inspired by staticjinja
and hugo
.
Install
pip install jinjabread
Usage
Create new jinjabread site
python -m jinjabread new mysite
cd mysite
Build jinjabread site
python -m jinjabread build .
Run development server
python -m jinjabread serve .
Contributing
Setup
python -m venv venv && \
. venv/bin/activate && \
pip install pip pip-tools --upgrade && \
pip-sync requirements.txt
Test
python -m unittest jinjabread.tests
Build
rm -r build dist
python -m build
Release
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.4.0.tar.gz
(6.6 kB
view details)
Built Distribution
File details
Details for the file jinjabread-0.4.0.tar.gz
.
File metadata
- Download URL: jinjabread-0.4.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 404ed7067fa4dd6c4def5c1918c17a28faeb264e40450fd7480a7ae1de1cc35c |
|
MD5 | 6eb0de3946355733c2eb7c79532bdcb6 |
|
BLAKE2b-256 | ff4fbbfbe7f2db17afec5fd52c2462fdc4be0536ec04956e7a00b6a367c08080 |
File details
Details for the file jinjabread-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: jinjabread-0.4.0-py3-none-any.whl
- Upload date:
- Size: 7.6 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 | 9303b69f0cf5b558a359deedb34c5a448e08f98bc0ab9cf89cd1966608b4cfd7 |
|
MD5 | dbf626eff47809a3cf20d7d607844376 |
|
BLAKE2b-256 | 8d3b0b10f764b7da4cf49e45bd541b25eab79d0324a2a48ae8b846313c394c43 |