Personal Blog Engine. Gered's umpteenth take on a custom personal site / blog, that is maybe useful to others, but probably not.
Go to file
Gered 80b9dd9aec move template_renderer into SiteContent, so it is refreshed as needed
since we want html template modifications to trigger content refreshes,
we need to reload the Tera renderer because it internally is caching
loaded html templates.
2023-07-01 16:30:48 -04:00
example-site update example site html/page titles 2023-07-01 16:24:36 -04:00
src move template_renderer into SiteContent, so it is refreshed as needed 2023-07-01 16:30:48 -04:00
syntax_to_css add a "companion" project, syntax_to_css 2023-06-30 17:25:07 -04:00
.gitignore initial commit 2023-06-27 17:15:58 -04:00
Cargo.lock add initial file watching support to trigger content reloading 2023-07-01 14:33:57 -04:00
Cargo.toml add initial file watching support to trigger content reloading 2023-07-01 14:33:57 -04:00
rust-toolchain.toml initial commit 2023-06-27 17:15:58 -04:00
rustfmt.toml initial commit 2023-06-27 17:15:58 -04:00