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.
- Host: GitHub
- URL: https://github.com/sulami/blog
- Owner: sulami
- License: other
- Created: 2014-05-25T16:04:40.000Z (about 12 years ago)
- Default Branch: trunk
- Last Pushed: 2024-04-22T03:56:19.000Z (about 2 years ago)
- Last Synced: 2024-04-22T13:19:02.772Z (about 2 years ago)
- Topics: blog, rust, static-site-generator, terraform
- Language: Rust
- Homepage: https://blog.sulami.xyz
- Size: 52.6 MB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.