From f1c1c7c981dba4f537553e38bf3821a59b1a7347 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 3 Feb 2020 20:01:36 +0000 Subject: [PATCH] formatting --- config.toml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index 415fb69..00899f1 100644 --- a/config.toml +++ b/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"