venthur / blag

blag is a blog-aware, static site generator -- it uses Markdown and is written in Python.
https://blag.readthedocs.io
MIT License
68 stars 7 forks source link

Don't use internal templates anymore. #99

Closed venthur closed 1 year ago

venthur commented 1 year ago

Blag will throw an error if a template is not found locally. The error message contains an explanation for the user on where to get the missing templates.

Quickstart will generate templates for the user in the working directory.

Updated tests appropriately.