An open API service indexing awesome lists of open source software.

https://github.com/sulami/blog

✍️ My blog. Custom static site generator.
https://github.com/sulami/blog

blog rust static-site-generator terraform

Last synced: about 1 year ago
JSON representation

✍️ My blog. Custom static site generator.

Awesome Lists containing this project

README

          

# Blog

This is my personal blog, generated as a static website.

The generation is done by a mostly custom [Rust](https://rust-lang.org) program
that uses [Markdown](https://daringfireball.net/projects/markdown/) as the input
format, with [TOML](https://toml.io) frontmatter,
and [Jinja2](https://jinja.palletsprojects.com/en/stable/) templates. It also
includes a development server with auto-reload on file changes and in-browser
error reporting.

While some efforts have been made to make this generally useful, a lot of the
code is tailored towards my own needs.