From 1b1ce70f23801627c0e5f2e0ad16d1114799faaa Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 9 Feb 2019 12:09:40 -0600 Subject: [PATCH] Added blog link to the menu --- config.toml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 865ee23..2eeaca4 100644 --- a/config.toml +++ b/config.toml @@ -7,20 +7,29 @@ theme = "pure" CopyrightHolder = "Drew Short" CopyrightYear = "2014" [params.links] + +[params.links.blog] +weight = 40 +title = "Blog" +url = "https://blog.nulloctet.com" + [params.links.resume] -weight = 10 +weight = 30 title = "Résumé" url = "https://sothr.com/resume/" + [params.links.gitlab] -weight = 2 +weight = 20 title = "GitLab" image = "assets/img/gitlab.svg" url = "https://gitlab.com/WarrickSothr" + [params.links.github] -weight = 1 +weight = 10 title = "GitHub" image = "assets/img/github.png" url = "https://github.com/warricksothr/" + [params.links.linkedin] title = "LinkedIn" image = "assets/img/linkedin.png"