issues
search
setr
/
redsystem
Static blog generator with cyclical digraph structure
https://setr.github.io/redsystem/index.html
0
stars
1
forks
source link
Categories need to display their children posts
#1
Closed
setr
closed
6 years ago
setr
commented
6 years ago
Majority of a post is a jinaj2 macro, with post.jinja2 simply embedding it
https://tera.netlify.com/docs/templates/#macros
Categories imports a post macro for every child that is not a category. It feeds the post struct as input.
CSS is done with a nested grid:
https://gridbyexample.com/examples/example21/
We can serialize structs for tera templates by implementing serde_json's Serialize:
https://tera.netlify.com/docs/usage/#usage