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.10.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file jinja2ssg-0.1.10.tar.gz
.
File metadata
- Download URL: jinja2ssg-0.1.10.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/5.4.0-164-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7426ad9513c8202cacf3784df736125ffd772a5dd95b4b4d24eb92968f2fae95 |
|
MD5 | 12bfc4fc7c7d46523b810880ac846d46 |
|
BLAKE2b-256 | 01e33c1bba9d6f6d91270a417943b4edd1557b9f6dccd73c819942aa8955b8f8 |
File details
Details for the file jinja2ssg-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: jinja2ssg-0.1.10-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/5.4.0-164-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80cceb3b5481271d84fbdbdd778b6266b6ee8e1c936a54bb963e41bc22344295 |
|
MD5 | d9c9b7e4c8cb36e7508e21084e9cb718 |
|
BLAKE2b-256 | a4c6990f620c1c855fc6d4eb85f3d057c05c4e8a2dd419be48732b892c145817 |