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.6.0a1.tar.gz
(11.7 kB
view details)
Built Distribution
File details
Details for the file jinjabread-0.6.0a1.tar.gz
.
File metadata
- Download URL: jinjabread-0.6.0a1.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df9a40c7946a9f478cdc07b3cb7ebb052a6eb42e06e30ded5fec8a5cf236668d |
|
MD5 | 03d0eb8f07630e41b419a107664ef2b5 |
|
BLAKE2b-256 | 4c87fd74cd38b4d2f48e84d1d3da03e020e20d9ff6e26b7fb1f1ee9f0f298cdb |
File details
Details for the file jinjabread-0.6.0a1-py3-none-any.whl
.
File metadata
- Download URL: jinjabread-0.6.0a1-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 | a7b515ab2722ab9f5859f56a42e344aa04bca8975fe81e8d5cad8be310b0969f |
|
MD5 | ee1038578eeb18014a4ff93e495e751d |
|
BLAKE2b-256 | f3f8681ff3345f24e078034e1fc9dd916462336982525dd1cf032e9201e04ca2 |