Compare commits
No commits in common. "47487a0d05031ee0d372bf08701af97d48831cd4" and "b33db74162f22119fdb3d1ab18c4c98ec7da9f1c" have entirely different histories.
47487a0d05
...
b33db74162
14
config.toml
14
config.toml
|
@ -19,9 +19,9 @@ publishDir = "blog"
|
|||
favicon_32 = "/images/favicon-32x32.png"
|
||||
favicon_16 = "/images/favicon-16x16.png"
|
||||
|
||||
# footercontent = "Yo mah footah"
|
||||
hidecredits = true
|
||||
|
||||
colorscheme = "auto"
|
||||
custom_css = ["/css/custom.css"]
|
||||
|
||||
[[menu.main]]
|
||||
|
@ -45,13 +45,13 @@ publishDir = "blog"
|
|||
weight = 30
|
||||
url = "/tags/"
|
||||
|
||||
[[params.social]]
|
||||
name = "LinkedIn"
|
||||
icon = "fab fa-linkedin fa-2x"
|
||||
weight = 10
|
||||
url = "https://www.linkedin.com/in/rayelliottdev"
|
||||
[[params.social]]
|
||||
name = "Gitea"
|
||||
icon = "fab fa-git-alt fa-2x"
|
||||
weight = 20
|
||||
weight = 1
|
||||
url = "https://git.rayelliott.dev"
|
||||
[[params.social]]
|
||||
name = "LinkedIn"
|
||||
icon = "fab fa-linkedin fa-2x"
|
||||
weight = 1
|
||||
url = "https://www.linkedin.com/in/rayelliottdev"
|
||||
|
|
Reference in New Issue