Commit graph

14 commits

Author SHA1 Message Date
Andrew Borg 9989929679
Allow customizing post date format
Now you can set the format of the date used in the post in the config:

```toml
[extra]
post_date_format = "%Y-%m-%d"
```
2025-01-13 14:33:09 +00:00
Paweł Romanowski 26ab720d51 Tweak default config to reflect changes in RSS generation after Zola 0.19 changes 2024-08-17 17:48:30 +02:00
Heitor Pascoal de Bittencourt 6af6b597fa
Add OpenGraph support
Add the necessary OpenGraph meta tags to all pages.

Fix https://github.com/pawroman/zola-theme-terminimal/issues/3
2023-11-09 17:43:30 -03:00
Paweł Romanowski 910e50b824
Merge pull request #45 from lynnpepin/light-themes
feat: Added a light version and an automatic (light/dark) version for…
2023-06-23 11:50:59 +02:00
lynn pepin 4f96dd4da5 fix: Fix default color in config.toml and examples 2023-06-22 17:29:54 -04:00
Heitor Pascoal de Bittencourt a5e119ec7b
Add note about the feeds in the theme's config.toml 2023-06-22 13:10:37 -03:00
lynn pepin c365a2373e feat: Added a light version and an automatic (light/dark) version for each theme 2023-06-16 14:21:29 -04:00
Paweł Romanowski cfbcb940be Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
Paweł Romanowski df24472ca3 Fix post navigation for Zola 0.16 2022-11-10 11:53:45 +01:00
Paweł Romanowski ee7c81cd2d Fix code highlighting config 2022-05-11 09:08:13 +02:00
Paweł Romanowski df84c55f4c Add favicon support 2019-04-01 17:25:45 +02:00
Paweł Romanowski 7653cfed54 Fix relative URL handling 2019-02-05 19:13:23 +00:00
Paweł Romanowski 70a4927088 Restore blue color defaults 2019-02-05 18:57:13 +00:00
Paweł Romanowski deee53f745 First public release 2019-02-05 18:27:02 +00:00