Commit Graph

6 Commits

Author SHA1 Message Date
Nathan McCarty 8bdfcaa1d8
feat: Read site repository state
Add a `read` method to Site, Post, and Page that reads the current state
of the site repositor/post/page off of the disk.

Change to using btree collections for deterministic ordering, and make
Site, Post, and Page `Eq` for testability purposes.
2023-03-19 00:30:20 -04:00
Nathan McCarty 534c04bd11
feat: Improve logging 2023-03-17 19:21:33 -04:00
Nathan McCarty 76fe128587
feat: Add Post struct 2023-03-16 16:06:39 -04:00
Nathan McCarty 715b578bb9
feat: Basic cli sketch 2023-03-16 00:44:51 -04:00
Nathan McCarty de6e69b2fa
chore: Add basic dependencies 2023-03-14 19:50:55 -04:00
Nathan McCarty 45eacaf058
Initial Commit 2023-03-14 18:51:18 -04:00