📝 Update docs for new sharing links

This commit is contained in:
James Panther
2025-02-24 13:34:51 +11:00
parent 3f530707bd
commit de137af588
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Added ### Added
- New `gist` shortcode as the built-in Hugo version has been deprecated - New `gist` shortcode as the built-in Hugo version has been deprecated
- Support for article sharing to Bluesky ([#1022](https://github.com/jpanther/congo/pull/1022))
- New icon for `kofi` ([#976](https://github.com/jpanther/congo/pull/976)) - New icon for `kofi` ([#976](https://github.com/jpanther/congo/pull/976))
- Privacy and Services params in bundled `hugo.toml` to provide sensible defaults for built-in Hugo shortcodes - Privacy and Services params in bundled `hugo.toml` to provide sensible defaults for built-in Hugo shortcodes
+1 -1
View File
@@ -53,7 +53,7 @@ fingerprintAlgorithm = "sha256"
showTaxonomies = false showTaxonomies = false
showWordCount = false showWordCount = false
showComments = false showComments = false
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo"] # sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo", "xing", "bluesky"]
[list] [list]
showBreadcrumbs = false showBreadcrumbs = false
+1 -1
View File
@@ -64,7 +64,7 @@
"title": "sharing.xing", "title": "sharing.xing",
"url": "https://www.xing.com/spi/shares/new?url=%s" "url": "https://www.xing.com/spi/shares/new?url=%s"
}, },
"bluesky": { "bluesky": {
"icon": "bluesky", "icon": "bluesky",
"title": "sharing.bluesky", "title": "sharing.bluesky",
"url": "https://bsky.app/intent/compose?text=%s%s" "url": "https://bsky.app/intent/compose?text=%s%s"
+1 -1
View File
@@ -52,7 +52,7 @@ fingerprintAlgorithm = "sha256"
showTaxonomies = false showTaxonomies = false
showWordCount = false showWordCount = false
showComments = false showComments = false
# sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo", "xing"] # sharingLinks = ["facebook", "x-twitter", "mastodon", "pinterest", "reddit", "linkedin", "email", "threads", "telegram", "line", "weibo", "xing", "bluesky"]
[list] [list]
showBreadcrumbs = true showBreadcrumbs = true
@@ -167,7 +167,7 @@ Many of the article defaults here can be overridden on a per article basis by sp
|`article.showTaxonomies`|`false`|Whether or not the taxonomies related to this article are displayed.| |`article.showTaxonomies`|`false`|Whether or not the taxonomies related to this article are displayed.|
|`article.showWordCount`|`false`|Whether or not article word counts are displayed.| |`article.showWordCount`|`false`|Whether or not article word counts are displayed.|
|`article.showComments`|`false`|Whether or not the [comments partial]({{< ref "partials#comments" >}}) is included after the article footer.| |`article.showComments`|`false`|Whether or not the [comments partial]({{< ref "partials#comments" >}}) is included after the article footer.|
|`article.sharingLinks`|_Not set_|An array of sharing links to display at the end of each article. Valid options include `facebook`, `x-twitter`, `mastodon`, `pinterest`, `reddit`, `linkedin`, `email`, `threads`, `telegram` and `line`. When not provided, or set to `false`, no links will be displayed.| |`article.sharingLinks`|_Not set_|An array of sharing links to display at the end of each article. Valid options include `facebook`, `x-twitter`, `mastodon`, `pinterest`, `reddit`, `linkedin`, `email`, `threads`, `telegram`, `line`, `weibo`, `xing` and `bluesky`. When not provided, or set to `false`, no links will be displayed.|
|`list.showBreadcrumbs`|`false`|Whether or not breadcrumbs are displayed in the header on list pages.| |`list.showBreadcrumbs`|`false`|Whether or not breadcrumbs are displayed in the header on list pages.|
|`list.showTableOfContents`|`false`|Whether or not the table of contents is displayed on list pages.| |`list.showTableOfContents`|`false`|Whether or not the table of contents is displayed on list pages.|
|`list.showTaxonomies`|`false`|Whether or not the taxonomies related to this article are displayed on list pages.| |`list.showTaxonomies`|`false`|Whether or not the taxonomies related to this article are displayed on list pages.|