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"