Update banner text and light theme colors
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user