Skip to main content

An Python-based static site generator using Jinja templates.

Project description

Jinjabread

CircleCI GitHub release PyPI downloads License

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


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.0.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

jinjabread-0.6.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file jinjabread-0.6.0.tar.gz.

File metadata

  • Download URL: jinjabread-0.6.0.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for jinjabread-0.6.0.tar.gz
Algorithm Hash digest
SHA256 3037ce551deffb6c51c6bdf2713b7dac6b389f26c48e0468d12c4b7da0700047
MD5 2668dcbe6104a15287530ea9f830ecc8
BLAKE2b-256 1170d85492a203f9a06277540b7e5908c3539fc083e4e87c67b98251309d198e

See more details on using hashes here.

File details

Details for the file jinjabread-0.6.0-py3-none-any.whl.

File metadata

  • Download URL: jinjabread-0.6.0-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

Hashes for jinjabread-0.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce5e05d1e60eaa0416921abdbe76d149d678023ba03ee27e6f8bbed0f3d1c6d5
MD5 d5066ed100190c5979cb945e121b8ef6
BLAKE2b-256 b7af9abdef57ba8ad46e970b9a74427922c4e929b8116d65dcbc8b9a1551c526

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page