From 1b8903d2d1f1a94dbf0d39aae88282fa6183aa8c Mon Sep 17 00:00:00 2001 From: RageCage64 Date: Sat, 15 Jan 2022 22:29:58 -0500 Subject: [PATCH] fixed some config stuff --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 3f0c6e1..b3a6a5a 100644 --- a/config.toml +++ b/config.toml @@ -19,17 +19,17 @@ paginate = 8 [params] author = "Braydon Kains" - description = "Hi, I'm Braydon! I am a software developer from Canada. In this blog you will find my thoughts and ramblings about code quality, developer experience, and various technology adventures!" + description = "Hi, I'm Braydon! I am a software developer from Canada. In this blog you will find my thoughts and ramblings about code quality, developer experience, and various technology adventures! My opinions are my own, and not necessarily that of my employer." menu_item_separator = " | " avatar = "/avatar.jpg" favicon = "" [[params.social]] icon = "github" - name = "BraydonKains on Gitea" + name = "My personal Git server" url = "https://git.ragecage64.com/BraydonKains" [[params.social]] icon = "twitter" - name = "@BKains on Twitter" + name = "@RageCage64_ on Twitter" url = "https://twitter.com/RageCage64_"