|
|
|
|
|
by tamimio
828 days ago
|
|
It is great, I tried another one based on activity pub, but it was inconvenient as for each post you need to have a post too on Mastodon (or similar), cactus worked great in my case, but now is disabled as my CSP is preventing it, and Zola don’t have random Nonce generator yet, when I get time maybe this weekend I will try tinkering with it. I made a shortcode for it that will also take the post title as the “room id” in matrix so things are organized properly when you moderate it. > There is also another interesting approach via emails That’s actually really interesting, thanks for sharing it! Will give it a try once it’s published. Btw, since you migrated to Zola, I had this issue until I found a way to solve it, if your posts are in folders and not an md file, zola by default won’t see it, to make it work, just add a “_index.md” in the parent directory with “transparent = true”, other than that, everything else worked perfectly for me. |
|
> if your posts are in folders and not an md file
Mandatory sections are probably for the asset colocation https://www.getzola.org/documentation/content/overview/#asse.... It's actually pretty handy; it makes the directory structure cleaner, and asset access is more direct within post pages.