Static site generator for fizz.buzz.
Go to file
Tom Alexander a0c5b2d852
Don't use walkdir for getting the post directories.
We are only iterating a single level of depth anyway, so read_dir is enough.
2023-10-22 14:49:08 -04:00
src Don't use walkdir for getting the post directories. 2023-10-22 14:49:08 -04:00
.gitignore Initial commit. 2023-10-18 19:03:45 -04:00
Cargo.lock Read the org files inside the writer directory. 2023-10-20 20:16:22 -04:00
Cargo.toml Read the org files inside the writer directory. 2023-10-20 20:16:22 -04:00
LICENSE Add 0BSD license. 2023-10-18 20:37:35 -04:00