A metadata and template based static site compiler / CMS.
Go to file
Cassowary 690f110bc5 Major cleanup and fixage for new metadata stuff and heckformat
- Clean up a ton of documentation.
- Make the modules import nicely.
- Add a cool logo to the command line tool
- Make the command-line tool use tqdm
- Make the command line tool load the metadata before processing the
  files in a separate loop.
- Fix error handling in the command-line tool processing loops so they
  work correctly (and jinja errors are more useful)
- Make command-line tool exit non-zero if there were errors.
- Fix load metadata to handle formats and errors better (and return {}
  if it fails)
2024-02-27 21:50:03 -08:00
docs Initial chekin post-discontinuity. 2023-09-25 12:16:34 -07:00
heckweasel Major cleanup and fixage for new metadata stuff and heckformat 2024-02-27 21:50:03 -08:00
.gitignore Initial chekin post-discontinuity. 2023-09-25 12:16:34 -07:00
LICENSE Updates to support HECKformat documents, and minor changes. 2024-02-10 20:49:52 -08:00
README.md Initial chekin post-discontinuity. 2023-09-25 12:16:34 -07:00
TODO.md Major cleanup and fixage for new metadata stuff and heckformat 2024-02-27 21:50:03 -08:00
importwp.py Initial chekin post-discontinuity. 2023-09-25 12:16:34 -07:00
pyproject.toml Updates to support HECKformat documents, and minor changes. 2024-02-10 20:49:52 -08:00
tox.ini Initial chekin post-discontinuity. 2023-09-25 12:16:34 -07:00

README.md

Heckweasel

Heckweasel 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.