The website for Fornjot, the next-generation, code-first CAD application.
We're misusing Zola to also generate HTML code for the email newsletter. To generate a newsletter:
- Add
template = "newsletter.html"
to the top of the Markdown file temporarily. - Run
zola build
- Get the HTML from the generated page in the
public/
directory.
This project is open source, licensed under the terms of the Zero Clause BSD License (0BSD, for short). This basically means you can do anything with it, without any restrictions, but you can't hold the authors liable for problems.
See LICENSE.md for full details.