mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-06 19:01:04 +01:00
feat: Initial support for custom rss icon color
At some point this might follow the same logic used by `accent_color` and `background_color`, for consistency.
This commit is contained in:
parent
2bb4eb9ee2
commit
6c8a4b3a87
|
@ -34,6 +34,9 @@ accent_color = "blue"
|
|||
# Defaults to accent color (or, if not accent color specified, to blue).
|
||||
background_color = "blue"
|
||||
|
||||
# You can set this to any rgb hex value.
|
||||
rss_icon_color = "#ee802f"
|
||||
|
||||
# The logo text - defaults to "Terminimal theme"
|
||||
logo_text = "Terminimal theme"
|
||||
|
||||
|
|
Loading…
Reference in a new issue