Open dckc opened 8 years ago
3 tier https://www.aaron-gustafson.com/notebook/enabling-webmentions-in-jekyll/ 18 November 2014 #indieweb
Zola is written in Rust. The source uses ambient authority all over, as is typical :-/ I'm interested to port it to cap-std.
Zola uses the Tera template engine, which is "similar to Jinja2" but trying to use my Jinja2 templates as-is gives quite a few errors:
The Zola sources seemed like a manageable size, but of course they're the tip of an iceberg; underneath this one line...
... is the whole walkdir crate
I'm kinda scared of my python site builder now.
inspired by nix, I tried hakyll. The demo site was fine, but I got "cannot find $date$" for my 1st entry. And it stopped there; didn't even try to render any other pages. I thought about writing some haskell to update the page metadata, but... well... I miss tracebacks.
Plus ./site is ~47MB.
Next: giving hugo another try.