From aed270edf2f44911dfa0493937741b25c8d28d44 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 7 Oct 2021 00:54:37 -0500 Subject: [PATCH] exampleSite/config.toml: Filing off the serial numbers --- exampleSite/config.toml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a307cae..f0bdd2a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,8 +1,8 @@ -baseURL = "https://risotto.joeroe.io" -theme = "risotto" -title = "risotto demo" -author = "Joe Roe" -copyright = "© 2021 Joe Roe" +baseURL = "https://wiki.thurstylark.com/" +theme = "tlwiki" +title = "tlwiki demo" +author = "Thurstylark" +copyright = "© 2021 Thurstylark" paginate = 3 languageCode = "en" DefaultContentLanguage = "en" @@ -22,8 +22,8 @@ mode = "dark-mode" # Sidebar: about/bio [params.about] -title = "risotto" -description = "A [hugo](https://gohugo.io) theme inspired by terminal ricing." +title = "tlwiki" +description = "A [hugo](https://gohugo.io) theme for Thurstylark's Wiki." logo = "images/rice.svg" # Sidebar: social links @@ -31,11 +31,6 @@ logo = "images/rice.svg" # * FontAwesome 5 ('fas fa-' or 'fab-fa' for brands) # * Academicons ('ai ai-') -[[params.socialLinks]] -icon = "fab fa-github" -title = "GitHub" -url = "https://github.com/joeroe/risotto" - [[params.socialLinks]] icon = "fas fa-envelope" title = "Email"