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
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.3.0.tar.gz
(6.3 kB
view details)
Built Distribution
File details
Details for the file jinjabread-0.3.0.tar.gz
.
File metadata
- Download URL: jinjabread-0.3.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de8d4df0b4754254a7436be6093dee542c4940ef36fccd432a8ee7b9ef5f8c67 |
|
MD5 | 33ea18f58f1e9ce0ea5e789d1962abd1 |
|
BLAKE2b-256 | 33d76ff730237e838310a02a7801fa16a92a94a7e088b0f19870d6b31fa819f4 |
File details
Details for the file jinjabread-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: jinjabread-0.3.0-py3-none-any.whl
- Upload date:
- Size: 7.4 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 | 2e28010fe533efae8f3b28d020e354871d5f23d6d2074c53365c0f67ff181343 |
|
MD5 | 4e861fb85e5a72975df95dacfafe944a |
|
BLAKE2b-256 | e9e0197f7bc21b68e31139bf68fa3fbafe3419b0348a528a83a7125d527e7574 |