diff options
author | amzrk2 | 2020-12-27 13:13:28 +0800 |
---|---|---|
committer | amzrk2 | 2020-12-27 13:13:28 +0800 |
commit | 1500c3c475e0ff99e6693dd11118e1a937b9ff34 (patch) | |
tree | 63707e96e65fdedd254c7ed3bf0878852981027f /exampleSite | |
parent | 9686bf9ce438794d2bd1002bedd89e75ca63cb67 (diff) | |
download | hugo-theme-fuji-1500c3c475e0ff99e6693dd11118e1a937b9ff34.tar.gz hugo-theme-fuji-1500c3c475e0ff99e6693dd11118e1a937b9ff34.tar.bz2 hugo-theme-fuji-1500c3c475e0ff99e6693dd11118e1a937b9ff34.zip |
update: example site
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 602cd2d..2491494 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -64,7 +64,7 @@ paginate = 10 # Open Graph & Twitter Card variables # You can also set description and images in post front matter individually description = "A minimal Hugo theme with nice theme color." - images = ["img/og.png"] # This will use the image called og.png in static/img folder + og = "/img/og.png" # This will use the image called og.png in static/img folder # Posts shown in homepage mainSections = ["post"] |