diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 17:31:27 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 17:31:44 +0200 |
commit | 7ef2d83699eafb27422ca3d935ce449e4ff19af2 (patch) | |
tree | 6a8a0823f78545d1f8b03aa1100de1bd4316548e | |
parent | e9b96fd07a87a5d835b7cb3adf0f8093786da75e (diff) |
Clean up config.toml
-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" |