Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hannobraun/www.fornjot.app
The Fornjot website
https://github.com/hannobraun/www.fornjot.app
Last synced: 22 days ago
JSON representation
The Fornjot website
- Host: GitHub
- URL: https://github.com/hannobraun/www.fornjot.app
- Owner: hannobraun
- Created: 2022-01-24T12:40:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T19:03:59.000Z (30 days ago)
- Last Synced: 2024-11-25T20:19:11.366Z (30 days ago)
- Language: HTML
- Homepage: https://www.fornjot.app
- Size: 3.64 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# www.fornjot.app
## About
The website for [Fornjot](https://github.com/hannobraun/Fornjot), the next-generation, code-first CAD application.
## Newsletter
We're misusing Zola to also generate HTML code for the email newsletter. To generate a newsletter:
1. Add `template = "newsletter.html"` to the top of the Markdown file temporarily.
2. Run `zola build`
3. Get the HTML from the generated page in the `public/` directory.## License
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.
[Zero Clause BSD License]: https://opensource.org/licenses/0BSD
[LICENSE.md]: LICENSE.md