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 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
env $(cat .env.prod | xargs) 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.5.0.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file jinjabread-0.5.0.tar.gz
.
File metadata
- Download URL: jinjabread-0.5.0.tar.gz
- Upload date:
- Size: 11.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 | 86310bbf7ea1653c2f3da9a622c9745af30cb87d4bf2ed3758f17f80478932b2 |
|
MD5 | 556881f7ff1cb04625ada5465f4542df |
|
BLAKE2b-256 | 33ff8a40aa55606253608d424338c14a82b7430debd602eda271ebc38cd8bd24 |
File details
Details for the file jinjabread-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: jinjabread-0.5.0-py3-none-any.whl
- Upload date:
- Size: 8.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 | 73b40095e6fa7a095b7fe8e4caa218bf271a565bda3340dd80130de43f537de1 |
|
MD5 | c460c44ee936e4c43bc096e5fa3552e5 |
|
BLAKE2b-256 | 2000b26f1e22d283bcb5be94960bfe09a46e7c42d051dfd2ba40ae60980db935 |