Update banner text and light theme colors

This commit is contained in:
2025-09-14 18:11:18 +02:00
parent c9e030ab79
commit 032f3c0fe7
3 changed files with 4 additions and 2 deletions

View File

@@ -15,10 +15,11 @@ highlight_theme = "css"
[extra] [extra]
skin = "custom" skin = "custom"
browser_theme_color = "#cd3731" browser_theme_color = "#c63839"
favicon = "images/favicon.png" favicon = "images/favicon.png"
social_media_card = "/images/banner.png" social_media_card = "/images/banner.png"
show_author = false show_author = false
feed_icon = false
toc = true toc = true
quick_navigation_buttons = true quick_navigation_buttons = true
stylesheets = ["css/custom.css"] stylesheets = ["css/custom.css"]
@@ -28,6 +29,7 @@ menu = [
{ name = "Archive", url = "archive" }, { name = "Archive", url = "archive" },
] ]
socials = [ socials = [
{ name = "Atom feed", url = "/atom.xml", icon = "rss" },
{ name = "Email", url = "mailto:contact@maciejpedzi.ch", icon = "email" }, { name = "Email", url = "mailto:contact@maciejpedzi.ch", icon = "email" },
{ name = "Gitea", url = "https://code.maciejpedzi.ch", icon = "gitea" }, { name = "Gitea", url = "https://code.maciejpedzi.ch", icon = "gitea" },
{ name = "GitHub", url = "https://github.com/maciejpedzich", icon = "github" }, { name = "GitHub", url = "https://github.com/maciejpedzich", icon = "github" },

View File

@@ -2,7 +2,7 @@
@mixin theme-variables($theme) { @mixin theme-variables($theme) {
@if $theme =='light' { @if $theme =='light' {
// Light theme colours. // Light theme colours.
--primary-color: #cd3731; --primary-color: #a91314;
} }
@else if $theme =='dark' { @else if $theme =='dark' {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 KiB

After

Width:  |  Height:  |  Size: 329 KiB