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