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.0a3.tar.gz
(13.0 kB
view details)
Built Distribution
File details
Details for the file jinjabread-0.6.0a3.tar.gz
.
File metadata
- Download URL: jinjabread-0.6.0a3.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 | a014644b6fb7726ab3d53f61bab8e0f6caf57557e5536ccb0c80554346fb6581 |
|
MD5 | b169c2e499c9137e10ea2236515a360c |
|
BLAKE2b-256 | 769ddccf2ac062fb869b89e8f976319a69d148c9922bdbeb1a66761c5c1e0608 |
File details
Details for the file jinjabread-0.6.0a3-py3-none-any.whl
.
File metadata
- Download URL: jinjabread-0.6.0a3-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 | 7e1795367d3f1d3d447e7c03274216feba60c9b66a609f750972056b59037c4c |
|
MD5 | 52eca8d90d5e25d41cc1a750eab339a3 |
|
BLAKE2b-256 | 9f535cf2d9672ef82345024e3b0f2dd3d5ae5d08ccd7c59994dddb1c43d60379 |