exampleSite/config.toml: Filing off the serial numbers

This commit is contained in:
David Thurstenson 2021-10-07 00:54:37 -05:00
parent 85c51aea14
commit aed270edf2
1 changed files with 7 additions and 12 deletions

View File

@ -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 <https://fontawesome.com/> ('fas fa-' or 'fab-fa' for brands)
# * Academicons <https://jpswalsh.github.io/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"