formatting

This commit is contained in:
ray 2020-02-03 20:01:36 +00:00
parent 47487a0d05
commit f1c1c7c981
1 changed files with 12 additions and 11 deletions

View File

@ -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"