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 83d75d4885 represent post dates as a NaiveDateTime, still allowing for date-only
posts can be specified with a date only, or date and time as desired.
it is up to the site's specific template to render posts with an
appropriate date/time format string based on what the author's
preferences
2023-06-28 15:16:29 -04:00
example-site represent post dates as a NaiveDateTime, still allowing for date-only 2023-06-28 15:16:29 -04:00
src represent post dates as a NaiveDateTime, still allowing for date-only 2023-06-28 15:16:29 -04:00
.gitignore initial commit 2023-06-27 17:15:58 -04:00
Cargo.lock initial commit 2023-06-27 17:15:58 -04:00
Cargo.toml initial commit 2023-06-27 17:15:58 -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