Go to file
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
assets feat: Add pre-baked css files for init 2023-03-17 19:30:47 -04:00
doc doc: Map out directory structure 2023-03-15 19:05:27 -04:00
src feat: Read site repository state 2023-03-19 00:30:20 -04:00
tests feat: Read site repository state 2023-03-19 00:30:20 -04:00
.gitignore Initial Commit 2023-03-14 18:51:18 -04:00
Cargo.lock feat: Read site repository state 2023-03-19 00:30:20 -04:00
Cargo.toml feat: Read site repository state 2023-03-19 00:30:20 -04:00
LICENSE Initial Commit 2023-03-14 18:51:18 -04:00
README.md Initial Commit 2023-03-14 18:51:18 -04:00

README.md

stranger-site-gen

Djot based static site generator

Description

TODO

Getting Started

Dependencies

TODO

Installing

TODO

Executing program

TODO

Help

TODO

License

This project is licensed under the MIT License - see the LICENSE file for the full license.