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 9d2af25c81 improve how posts and pages are referenced internally
since most often, we need to get posts sorted in descending order by
date, we now just store the actual posts in a Vec, pre-sorted by date.
everything else that needs to reference posts now does so by the post's
index in that Vec.

pages are also changed to be stored/referenced in a similar manner, but
it is somewhat less important for pages since we don't do any real
enumeration of pages at all anywhere. but it's nice to be consistent.
2023-06-28 16:59:10 -04:00
example-site tweak example site css styling a bit 2023-06-28 15:16:44 -04:00
src improve how posts and pages are referenced internally 2023-06-28 16:59:10 -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