Static site generator for fizz.buzz.
Go to file
Tom Alexander 3ac7826d2c
Move the logic into convert_blog_post_page_to_render_context.
I was writing it in the build command's rust files for convenience, but now its getting long enough to warrant moving it into its final location.
2023-10-23 22:10:26 -04:00
default_environment/templates/html Render the head for the page. 2023-10-23 21:51:15 -04:00
src Move the logic into convert_blog_post_page_to_render_context. 2023-10-23 22:10:26 -04:00
.gitignore Initial commit. 2023-10-18 19:03:45 -04:00
Cargo.lock Store the title in BlogPostPage. 2023-10-23 18:39:54 -04:00
Cargo.toml Store the title in BlogPostPage. 2023-10-23 18:39:54 -04:00
LICENSE Add 0BSD license. 2023-10-18 20:37:35 -04:00