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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for jinjabread-0.6.0a3.tar.gz
Algorithm Hash digest
SHA256 a014644b6fb7726ab3d53f61bab8e0f6caf57557e5536ccb0c80554346fb6581
MD5 b169c2e499c9137e10ea2236515a360c
BLAKE2b-256 769ddccf2ac062fb869b89e8f976319a69d148c9922bdbeb1a66761c5c1e0608

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for jinjabread-0.6.0a3-py3-none-any.whl
Algorithm Hash digest
SHA256 7e1795367d3f1d3d447e7c03274216feba60c9b66a609f750972056b59037c4c
MD5 52eca8d90d5e25d41cc1a750eab339a3
BLAKE2b-256 9f535cf2d9672ef82345024e3b0f2dd3d5ae5d08ccd7c59994dddb1c43d60379

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