diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml
index 40898bf..a63b0aa 100644
--- a/config/_default/hugo.toml
+++ b/config/_default/hugo.toml
@@ -1,6 +1,6 @@
baseURL = 'https://incngrnt.ca/'
languageCode = 'en-ca'
-title = 'incngrnt'
+title = 'Incngrnt'
theme = 'kayal'
diff --git a/config/_default/menus.toml b/config/_default/menus.toml
index 7e9199f..f3251a6 100644
--- a/config/_default/menus.toml
+++ b/config/_default/menus.toml
@@ -1,6 +1,6 @@
[[main]]
name = "behind-icngrnt"
- title = "Behind icngrnt"
+ title = "Behind Icngrnt"
url = "/behind-incngrnt/"
weight = 1
[[main]]
diff --git a/config/_default/params.toml b/config/_default/params.toml
index d254147..aefbdb8 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,6 +1,6 @@
logo = "incngrnt.webp"
copyright = "Grant Hunter"
-inhancedTitle = "incongruent"
+inhancedTitle = "Incongruent"
enableSearch = false
[homepage]
diff --git a/content/behind-incngrnt/_index.md b/content/behind-incngrnt/_index.md
index 3ba3729..7d1776d 100644
--- a/content/behind-incngrnt/_index.md
+++ b/content/behind-incngrnt/_index.md
@@ -1,10 +1,10 @@
---
-title: 'Grant Hunter'
+title: Behind Incngrnt
showToC: false
---

{style="width:20%;float:left; margin: 1em;"}
-I am a [software gardener](http://chrisaitchison.com/2011/05/03/you-are-not-a-software-engineer/) who likes building things.
+My name is Grant Hunter, I am a [software gardener](http://chrisaitchison.com/2011/05/03/you-are-not-a-software-engineer/) who likes building things.
Currently I am building out this project in an attempt to de-google. This is also an opertunity to learn more about managing servers because "The Cloud" has spoiled me.