diff --git a/content/index.md b/content/index.md
index 7cba51b..494fcbf 100644
--- a/content/index.md
+++ b/content/index.md
@@ -1,7 +1,6 @@
-Doksie
-=======
+My online presence
+==================
-- Will have plain MD files
-- Git backup
-- Webhook initiated pulling
-- Multiple location backings (git-repos)
+- Mastodon: [@jt@bubbler.jakest.us](http://bubbler.jakest.us/@jt)
+- Matrix: [@jt:neo.jakest.us](https://matrix.to/#/@jt:neo.jakest.us)
+- [Git](http://git.jakest.us)
\ No newline at end of file
diff --git a/main.go b/main.go
index 98daf84..f8e4410 100644
--- a/main.go
+++ b/main.go
@@ -84,5 +84,5 @@ func httpRootHandler(w http.ResponseWriter, r *http.Request) {
func buildNav() string {
- return "Google.com"
+ return "Hoem"
}