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.1.tar.gz
(1.8 kB
view details)
Built Distribution
File details
Details for the file jinja2ssg-0.1.1.tar.gz
.
File metadata
- Download URL: jinja2ssg-0.1.1.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 | 659a44a278be7e1ba4456fd66c607bf3cbe8727d5871bfb98acc4c0ca6cbf7e3 |
|
MD5 | e92e00051aa1784ffcaadfd21a382f26 |
|
BLAKE2b-256 | 6961cfab75ffc3af670e08c5f3093cfc6689c9cab02490c25db4238bae3850d1 |
File details
Details for the file jinja2ssg-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: jinja2ssg-0.1.1-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 | e6313f34bb7d29a5c531ce3bcf94a09793843de73a27cc61968693f5c1ddfaae |
|
MD5 | bc8bcb8697120413f61b01c02e0c156f |
|
BLAKE2b-256 | 0d25e89a558ea29f7f60ade6c66619631e7e9d6ec05949764d12d2d1cb805d5f |