chore: update exampleSite config
This commit is contained in:
parent
b48d4aa974
commit
58ae1c8e48
|
@ -1,5 +1,5 @@
|
|||
baseURL = "https://gohugo.io"
|
||||
title = "Hugo Themes"
|
||||
baseURL = "https://hugo-holy.pages.dev"
|
||||
title = "Holy"
|
||||
author = "Steve Francia"
|
||||
copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all rights reserved."
|
||||
paginate = 3
|
||||
|
@ -10,6 +10,9 @@ enableInlineShortcodes = true
|
|||
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
|
||||
ignoreErrors = ["error-remote-getjson"]
|
||||
|
||||
[params]
|
||||
copyright = "© SerKo"
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
|
|
Loading…
Reference in New Issue