Skip to content

Commit d212ad5

Browse files
feat: Define rich meta options (#1654)
Co-authored-by: Alan Dooley <[email protected]>
1 parent 4d6e856 commit d212ad5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/_default/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ enableGitInfo = true
4444

4545
[params]
4646
useSectionPageLists = "false"
47+
description = "Learn how to deliver, manage, and protect your applications using F5 NGINX products."
4748
buildtype = "webdocs"
4849
RSSLink = "/index.xml"
4950
author = "NGINX Inc." # add your company name
@@ -53,6 +54,11 @@ enableGitInfo = true
5354
"taxonomy",
5455
"taxonomyTerm"
5556
]
57+
[params.rich_meta]
58+
thumbnail = "/images/nginx-documentation-500x300.png"
59+
thumbnail_res = "500x300"
60+
twitter_username = "@nginx"
61+
fb_publisher = "https://www.facebook.com/f5incorporated/"
5662
taxonomiesExcludedFromSitemap = ["tags", "categories", "doctypes"]
5763
unitversion= "1.34.1"
5864
unitversionv= "v1.34.1"

0 commit comments

Comments
 (0)