Static site generator for fizz.buzz.
Go to file
Tom Alexander e3b5f7f74f
Rename blog_post module to intermediate.
This module is mostly the intermediate representation of the AST, so the renaming is to make that more clear. The three forms are parsed => intermediate => render.

Parsed comes from Organic and is a direct translation of the org-mode text.

Intermediate converts the parsed data into owned values and does any calculations that are needed on the data (for example: assigning numbers to footnotes.)

Render takes intermediate and translates it into the format expected by the dust templates. The processing in this step should be minimal since all the logic should be in the intermediate step.
2023-10-27 13:10:21 -04:00
default_environment/templates/html Add comments. 2023-10-23 23:36:47 -04:00
src Rename blog_post module to intermediate. 2023-10-27 13:10:21 -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