diff options
-rw-r--r-- | config.toml | 8 |
1 files 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] @@ -17,10 +17,6 @@ enableEmoji = true 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" url = "https://mastodon.social/@rgdd" |