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.3.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file jinja2ssg-0.1.3.tar.gz
.
File metadata
- Download URL: jinja2ssg-0.1.3.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Linux/6.2.0-31-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 660be3c7362de8a34c702b6cb0bab07530dc0a03f822c0b00c18263d6770066e |
|
MD5 | b7fb8cb3c7e4e1e455be45c74a911b46 |
|
BLAKE2b-256 | c6b621f8cd4b828a9f2388356cdec1b14d0343b7f059127d369bb084999cb256 |
File details
Details for the file jinja2ssg-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: jinja2ssg-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.4 Linux/6.2.0-31-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a2a0cfb7f6d4fee7528130811f96f2bfe526aee353dcdfcd8d714367bc45bb0 |
|
MD5 | 4f2792a4d887c6a36e14de217ded9085 |
|
BLAKE2b-256 | 2e16b169705dbb30ec81d1de568e8706905c6b2b0faacafc3191b9390bf8fefc |