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 a3c2175671 add a "companion" project, syntax_to_css
to be used to turn sublime text themes to css files which can then
be included in a pbe site to apply appropriate styling to syntax
highlighted code blocks

i don't intend to support syntect's alternative inline css html
rendering functionality which would otherwise allow you to skip needing
a separate css file (at the cost of some html output that is a little
bit more bloated and less customizable from a web styling perspective)
2023-06-30 17:25:07 -04:00
example-site add example custom syntax stuff to the example site 2023-06-30 16:41:24 -04:00
src add custom syntax loading support 2023-06-30 16:40:53 -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 switch from json to yaml 2023-06-28 17:38:41 -04:00
Cargo.toml switch from json to yaml 2023-06-28 17:38:41 -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