A metadata and template based static site compiler / CMS.
Go to file
Cassowary a0c4381c99 Major development update.
* Updated LICENSE, READMES/METADATA.md and TODO.md
* Added example blog to examples/
* Added preliminary Pygments support for embedding code in pages.
* Add preliminary Wordpress dump importer
* Expansions to template_tools and metadata to support Blog use case.
2019-05-23 17:51:21 -07:00
READMES Major development update. 2019-05-23 17:51:21 -07:00
examples/pixywerk.com Major development update. 2019-05-23 17:51:21 -07:00
pixywerk2 Major development update. 2019-05-23 17:51:21 -07:00
.gitignore Add documentation and whatnot. 2019-04-14 17:48:22 -07:00
LICENSE Major development update. 2019-05-23 17:51:21 -07:00
MANIFEST.in Documentation additions. Fixes to compilation. Made true passthrough which works. 2019-04-17 19:19:09 -07:00
README.md Add README.md and update TODO 2019-04-14 18:30:46 -07:00
TODO.md Major development update. 2019-05-23 17:51:21 -07:00
importwp.py Major development update. 2019-05-23 17:51:21 -07:00
setup.py Major development update. 2019-05-23 17:51:21 -07:00
tox.ini Major code import. 2019-04-14 17:50:56 -07:00

README.md

Pixywerk

PixyWerk2 is a site compiler engineered like a metadata-based CMS with a template rendering system. Underneath it uses Jinja2 templates to provide programmability, and a structured metadata system, along with processors to convert user-friendly files such as Markdown and RST into HTML with templates.