formatting
This commit is contained in:
parent
47487a0d05
commit
f1c1c7c981
23
config.toml
23
config.toml
|
@ -24,6 +24,18 @@ publishDir = "blog"
|
||||||
colorscheme = "auto"
|
colorscheme = "auto"
|
||||||
custom_css = ["/css/custom.css"]
|
custom_css = ["/css/custom.css"]
|
||||||
|
|
||||||
|
[[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
|
||||||
|
url = "https://git.rayelliott.dev"
|
||||||
|
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "About"
|
name = "About"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
@ -44,14 +56,3 @@ publishDir = "blog"
|
||||||
name = "Tags"
|
name = "Tags"
|
||||||
weight = 30
|
weight = 30
|
||||||
url = "/tags/"
|
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
|
|
||||||
url = "https://git.rayelliott.dev"
|
|
||||||
|
|
Reference in New Issue