Static site generator
Project description
paragoo is a static site generator, written in Python. It takes a simple [yaml]() file with the structure of the site, the source Markdown/HTML content files and the [Jinja2]() based templates and builds a directory structure with the final website.
## Usage
Run python paragoo.py to get help. Typically, a command line looks like this:
` python paragoo.py generate_site -s /path/to/site_config -t /path/to/site_templates -o /path/to/output_dir `
A more involved command including a Secure CoPy to a remote server can look like this:
` python paragoo.py generate_site -s ../aquariusoft.org/site -t ../aquariusoft.org/templates -o /tmp/aqs --clean; scp -pqr /tmp/aqs/* vps01:/srv/aquariusoft.org/ `
## parawah?
The name is derived from παράγω, which is Greek for ‘generate’, ‘produce’.
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
File details
Details for the file paragoo-0.1.zip.
File metadata
- Download URL: paragoo-0.1.zip
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e56a9bb2ba4d817aa8af1eb3c217d662b3ca95850503430ac053a81d045fb2c
|
|
| MD5 |
01bd4b3d37ab1b8e70cbf7676a6b2c7d
|
|
| BLAKE2b-256 |
e9ee68f6d78e4eb3ec44aed091ccab56b0723b404753eddc14fe0a94de92a62f
|