diff --git a/config/_default/params.toml b/config/_default/params.toml index 4060a19..8f0b2b3 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,10 +5,14 @@ mainSections = ["posts"] fallBackOgImage = "images/broken-computer.png" numberOfFeaturedPosts = 5 numberOfRelatedPosts = 5 -author = "jbowdre" indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-." +[author] + name = "John Bowdre" + email = "jbowdre@omg.lol" + username = "jbowdre" + # Comments comments = true utterancesRepo = "jbowdre/site-comments" diff --git a/layouts/partials/about.html b/layouts/partials/about.html index 4260bb1..29869da 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -4,7 +4,7 @@