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.6.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file jinja2ssg-0.1.6.tar.gz
.
File metadata
- Download URL: jinja2ssg-0.1.6.tar.gz
- Upload date:
- Size: 2.1 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 | 5c65c32ea8b5b3454703db7efdb949376b09b1c8dedab85bc9d8493e047e1fcc |
|
MD5 | d240eeeab34a59d52d6dacea943b2526 |
|
BLAKE2b-256 | 4e4de452ba40f16ed854344930ff8d494a33e13d5ce8cfa45d4eb61e61e5f650 |
File details
Details for the file jinja2ssg-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: jinja2ssg-0.1.6-py3-none-any.whl
- Upload date:
- Size: 2.6 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 | 3fabfcfff0b1b968e7e756f4154e574233b289509847e5e3227d491c91c36f70 |
|
MD5 | 6db71b614e5227e12cd4e912c2f98171 |
|
BLAKE2b-256 | e9fc9b012d292db372b2e0a8df64c37bfa560236767c38044c80fa6e86ed082c |