A python application to convert valid BeerXML files into Markdown files. You can then use those Markdown files in your favorite static website generator.
If you have Python 3.5 or newer installed, install via pip:
pip install synthale
To actually use the thing, use the generate command:
synthale generate --help
More thorough instructions can be found at the documentation.
Please see the documentation on contributing for information on how to develop Synthale.
Synthale is released under the GPLv3 license.