No project description provided
Project description
Jinja2 SSG
- The filesystem structure in
--src
is copied into--dest
. - Files starting with
_
are skipped.
python3 -m pip install jinja2ssg
python3 -m jinja2ssg --src src --dest publish build
Example
site/src/
├── _base.html
├── donate
│ ├── _banner.html
│ ├── _content.html
│ ├── _donateform.html
│ ├── donate.js
│ └── index.html
├── _footer.html
└── _nav.html
Results in a DEST structure like:
site/www/
└── donate
├── index.html
└── donate.js
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
jinja2ssg-0.1.9.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file jinja2ssg-0.1.9.tar.gz
.
File metadata
- Download URL: jinja2ssg-0.1.9.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.4 Linux/6.2.0-36-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f0d0634dd79589e26fcf9dc20722298f2af9290737f308ed7fecf1067a66fb8 |
|
MD5 | 9c2b35819df1997ec5845a11d55dfad1 |
|
BLAKE2b-256 | 89c36e4cc3188e2305ecad457abca1abde831019725146152021d2021187a4bf |
Provenance
File details
Details for the file jinja2ssg-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: jinja2ssg-0.1.9-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.4 Linux/6.2.0-36-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81e25e5a68e41d6b874aa12e8206c02282f1bdb57d84d32f861b4279c28804e8 |
|
MD5 | 334a0e1573e4718ad9413d7edf4fcd6f |
|
BLAKE2b-256 | 4f82d60725c0de4c64d214b89e0193cf3ad478c9b7d02bd719973f8fd483f3b8 |