diff options
author | amzrk2 | 2020-04-15 20:32:38 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-15 20:32:38 +0800 |
commit | 0139cc0be1fe3c2f37a72babd6a1c4afac78dc3c (patch) | |
tree | 31a109b4a7026d03120684db0fe0e0262a9234a7 /exampleSite/config.toml | |
parent | ea560a0610991ce5af7fabef9e5ef456f374b8e4 (diff) | |
download | hugo-theme-fuji-0139cc0be1fe3c2f37a72babd6a1c4afac78dc3c.tar.gz hugo-theme-fuji-0139cc0be1fe3c2f37a72babd6a1c4afac78dc3c.tar.bz2 hugo-theme-fuji-0139cc0be1fe3c2f37a72babd6a1c4afac78dc3c.zip |
SEO optimization
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7eb1fc1..fe8d9d7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,8 +13,14 @@ paginate = 10 post = "/:filename/" # Custom post links, e.g. "/:year/:month/:title/" [params] + author = "DSRKafuU" # You can also set author in post front matter individually subTitle = "This is a Sub Title" + # Open Graph & Twitter Card variables + # You can also set description and images in post front matter individually + description = "A minimal hugo theme powered by Primer CSS." + images = ["img/og.png"] # This will use the image called og.png in static/img folder + # Posts shown in homepage mainSections = ["post"] |