Releases: pawroman/zola-theme-terminimal
Releases · pawroman/zola-theme-terminimal
2.0.0
Breaking change: expect generate_feeds
and feed_filenames
instead of generate_feed
and feed_filename
in config.
This was done in #71 to follow changes in Zola 0.19 to allow generating multiple feeds.
Full list of changes:
- #61: Fix post view navigation (by @rukai)
- #60: Add
/
to "All tags" page (by @heitorPB) - #71: Fix/change feeds generation (by @heitorPB, partially implemented by @goingforbrooke in #69)
Many thanks to the contributors!
1.2.0
- Support OpenGraph (#56) by @heitorPB
- Support Markdown in figure captions (#56) by @heitorPB
- Add a post config option
show_only_description
for showing post description instead of summary in post lists (#53) by @AntoniosBarotsis with fix in #58 - Lazy + async image load for shortcodes (#59) by @heitorPB
Many thanks to the contributors!