hugo: updates
This commit is contained in:
parent
9a3741ec2b
commit
44ca257ec1
1 changed files with 4 additions and 9 deletions
13
hugo.toml
13
hugo.toml
|
@ -30,8 +30,6 @@ disable404 = false
|
|||
disableHugoGeneratorInject = false
|
||||
|
||||
description = "notohh.dev"
|
||||
keywords = ""
|
||||
images = [""]
|
||||
|
||||
|
||||
homeSubtitle = "notohh.dev"
|
||||
|
@ -52,7 +50,10 @@ rss = false
|
|||
copyright = false
|
||||
author = false
|
||||
|
||||
bottomText = ["Powered by <a href=\"http://gohugo.io\">Hugo</a>"]
|
||||
bottomText = [
|
||||
"powered by <a href=\"http://gohugo.io\">hugo</a>",
|
||||
"site <a href=\"https://git.flake.sh/notohh/notohh.dev\">source</a>",
|
||||
]
|
||||
|
||||
[params.favicon.color]
|
||||
mask = "#1b1c1d"
|
||||
|
@ -68,12 +69,6 @@ logoCursorColor = "#A9A9B3"
|
|||
logoCursorAnimate = "1s"
|
||||
logoCursorPathname = true
|
||||
|
||||
# [params.portrait]
|
||||
# path = "/img/image.jpg"
|
||||
# alt = "Portrait"
|
||||
# maxWidth = "50px"
|
||||
|
||||
|
||||
[[params.social]]
|
||||
|
||||
name = "mastodon"
|
||||
|
|
Loading…
Reference in a new issue