From 7ef2d83699eafb27422ca3d935ce449e4ff19af2 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 4 May 2024 17:31:27 +0200 Subject: Clean up config.toml --- config.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 341e07a..3951d5c 100644 --- a/config.toml +++ b/config.toml @@ -1,12 +1,12 @@ title = "rgdd.se" -baseURL = "https://www.rgdd.se" +baseURL = "https://www.rgdd.se/" theme = "www-theme" disableKinds = ["taxonomy", "term"] enableEmoji = true [params] author = "Rasmus Dahlberg" - description = "A simple monospaced resume theme for Hugo." + description = "Personal website" favicon = "" # path to a .ico to use as favicon logo = "" # url or path to a logo to put in the header [params.footer] @@ -16,10 +16,6 @@ enableEmoji = true fontFamily = "Luxi Mono" pageWidth = "750px" avatarSize = "90px" - [[params.socialIcons]] - icon = "fab fa-instagram" - title = "Instagram" - url = "https://www.instagram.com/__rgdd" [[params.socialIcons]] icon = "fab fa-mastodon" title = "Mastodon" -- cgit v1.2.3