improve config
This commit is contained in:
parent
bdf0483191
commit
791d892dfb
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@ enableRobotsTXT = true
|
|||
# Herman Martinus's version of the Blogster Minimal theme for Astro.
|
||||
themeStyle = "herman"
|
||||
|
||||
# The path to your favicon
|
||||
favicon = "images/favicon.ico"
|
||||
|
||||
# These images will show up when services want to generate a preview of a link
|
||||
# to your site. Ignored if `generateSocialCard = true`. For more information
|
||||
# about previews, see https://gohugo.io/templates/internal#twitter-cards and
|
||||
# https://gohugo.io/templates/internal#open-graph
|
||||
images = ["images/christoph_avatar.webp"]
|
||||
|
||||
# Author metadata. This is mostly used for the RSS feed of your site, but the
|
||||
# email is also added to the footer of each post. You can hide the "reply to"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue