set colorscheme to auto
This commit is contained in:
parent
b33db74162
commit
e1de21f9dd
13
config.toml
13
config.toml
|
@ -22,6 +22,7 @@ publishDir = "blog"
|
||||||
# footercontent = "Yo mah footah"
|
# footercontent = "Yo mah footah"
|
||||||
hidecredits = true
|
hidecredits = true
|
||||||
|
|
||||||
|
colorscheme = "auto"
|
||||||
custom_css = ["/css/custom.css"]
|
custom_css = ["/css/custom.css"]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
@ -45,13 +46,13 @@ publishDir = "blog"
|
||||||
weight = 30
|
weight = 30
|
||||||
url = "/tags/"
|
url = "/tags/"
|
||||||
|
|
||||||
[[params.social]]
|
|
||||||
name = "Gitea"
|
|
||||||
icon = "fab fa-git-alt fa-2x"
|
|
||||||
weight = 1
|
|
||||||
url = "https://git.rayelliott.dev"
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "LinkedIn"
|
name = "LinkedIn"
|
||||||
icon = "fab fa-linkedin fa-2x"
|
icon = "fab fa-linkedin fa-2x"
|
||||||
weight = 1
|
weight = 10
|
||||||
url = "https://www.linkedin.com/in/rayelliottdev"
|
url = "https://www.linkedin.com/in/rayelliottdev"
|
||||||
|
[[params.social]]
|
||||||
|
name = "Gitea"
|
||||||
|
icon = "fab fa-git-alt fa-2x"
|
||||||
|
weight = 20
|
||||||
|
url = "https://git.rayelliott.dev"
|
||||||
|
|
Reference in New Issue