exampleSite/config.toml: Filing off the serial numbers
This commit is contained in:
parent
85c51aea14
commit
aed270edf2
|
@ -1,8 +1,8 @@
|
||||||
baseURL = "https://risotto.joeroe.io"
|
baseURL = "https://wiki.thurstylark.com/"
|
||||||
theme = "risotto"
|
theme = "tlwiki"
|
||||||
title = "risotto demo"
|
title = "tlwiki demo"
|
||||||
author = "Joe Roe"
|
author = "Thurstylark"
|
||||||
copyright = "© 2021 Joe Roe"
|
copyright = "© 2021 Thurstylark"
|
||||||
paginate = 3
|
paginate = 3
|
||||||
languageCode = "en"
|
languageCode = "en"
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
|
@ -22,8 +22,8 @@ mode = "dark-mode"
|
||||||
|
|
||||||
# Sidebar: about/bio
|
# Sidebar: about/bio
|
||||||
[params.about]
|
[params.about]
|
||||||
title = "risotto"
|
title = "tlwiki"
|
||||||
description = "A [hugo](https://gohugo.io) theme inspired by terminal ricing."
|
description = "A [hugo](https://gohugo.io) theme for Thurstylark's Wiki."
|
||||||
logo = "images/rice.svg"
|
logo = "images/rice.svg"
|
||||||
|
|
||||||
# Sidebar: social links
|
# Sidebar: social links
|
||||||
|
@ -31,11 +31,6 @@ logo = "images/rice.svg"
|
||||||
# * FontAwesome 5 <https://fontawesome.com/> ('fas fa-' or 'fab-fa' for brands)
|
# * FontAwesome 5 <https://fontawesome.com/> ('fas fa-' or 'fab-fa' for brands)
|
||||||
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
|
# * Academicons <https://jpswalsh.github.io/academicons> ('ai ai-')
|
||||||
|
|
||||||
[[params.socialLinks]]
|
|
||||||
icon = "fab fa-github"
|
|
||||||
title = "GitHub"
|
|
||||||
url = "https://github.com/joeroe/risotto"
|
|
||||||
|
|
||||||
[[params.socialLinks]]
|
[[params.socialLinks]]
|
||||||
icon = "fas fa-envelope"
|
icon = "fas fa-envelope"
|
||||||
title = "Email"
|
title = "Email"
|
||||||
|
|
Loading…
Reference in New Issue