diff --git a/config.yml b/config.yml index a1d5790..bc01f0d 100644 --- a/config.yml +++ b/config.yml @@ -120,6 +120,7 @@ params: ShowPostNavLinks: true ShowBreadCrumbs: true ShowCodeCopyButtons: true + ShowRssButtonInSectionTermList: true ShowToc: true # comments: false images: ["papermod-cover.png"] diff --git a/content/posts/papermod/papermod-installation.md b/content/posts/papermod/papermod-installation.md index 94ddfac..68c3b83 100644 --- a/content/posts/papermod/papermod-installation.md +++ b/content/posts/papermod/papermod-installation.md @@ -293,6 +293,7 @@ searchHidden: true ShowReadingTime: true ShowBreadCrumbs: true ShowPostNavLinks: true +ShowRssButtonInSectionTermList: true cover: image: "" # image path/url alt: "" # alt text diff --git a/content/posts/papermod/papermod-variables.md b/content/posts/papermod/papermod-variables.md index aa8eb60..27c913b 100644 --- a/content/posts/papermod/papermod-variables.md +++ b/content/posts/papermod/papermod-variables.md @@ -27,6 +27,7 @@ weight: 5 | `ShowReadingTime` | boolean | true \| false | To show read time in post meta | | `ShowShareButtons` | boolean | true \| false | To show/hide share buttons under post | | `ShowCodeCopyButtons` | boolean | true \| false | To show/hide Code Copy button | +| `ShowRssButtonInSectionTermList` | boolean | true \| false | To show/hide RSS Copy button in Section and Term list | | `ShowFullTextinRSS` | boolean | true \| false | To show Content in RSS feed | | `defaultTheme` | string | light \| dark \| auto | To set default theme | | `disableThemeToggle` | boolean | true \| false | To disable theme toggle icon shown besides label | @@ -155,26 +156,27 @@ editPost: ### Page Variables -| Name | Type | Example | Description | -| ------------------------- | ------------- | ------------------------------- | ----------------------------------------------------------------------------------- | -| `showtoc` | boolean | true \| false | To show/hide Table of Contents | -| `tocopen` | boolean | true \| false | To keep open ToC by default on page load | -| `hidemeta` | boolean | true \| false | To Hide meta elements : date, read-time, author and available-translations for page | -| `comments` | boolean | true \| false | To show/hide comments | -| `description` | string | 'description text' | Show Post Description under Title | -| `canonicalURL` | string | "https://canonical.url/to/page" | To add canonical URL to posts | -| `disableShare` | boolean | true \| false | To hide/show share icons under a page | -| `disableHLJS` | boolean | true \| false | To disable Highlight.js loading | -| `disableAnchoredHeadings` | boolean | true \| false | To disable Anchored Headings | -| `searchHidden` | boolean | true \| false | Hide page from search | -| `hideSummary` | boolean | true \| false | To Hide summary being shown in list pages | -| `ShowReadingTime` | boolean | true \| false | To show read time in post meta | -| `ShowBreadCrumbs` | boolean | true \| false | Show BreadCrumb Navigation above single post/page | -| `ShowPostNavLinks` | boolean | true \| false | Show Previous and Next Posts below a Post | -| `author` | string \|list | 'Me' \| ['Me','You'] | To show multiple Authors | -| `cover.image` | string | 'featured.jpg' | To add a cover image | -| `cover.caption ` | string | 'caption for image' | To add caption to cover image | -| `cover.alt` | string | 'this is cover image' | Alternate text to show if image doesn't load/show up | -| `cover.relative` | boolean | true \| false | To use relative path for cover image, used in hugo Page-bundles | -| `cover.hidden ` | boolean | true \| false | To hide on current single page | -| `weight ` | integer | 5 | To set page order or to pin a post to Top of list | +| Name | Type | Example | Description | +| -------------------------------- | ------------- | ------------------------------- | ----------------------------------------------------------------------------------- | +| `showtoc` | boolean | true \| false | To show/hide Table of Contents | +| `tocopen` | boolean | true \| false | To keep open ToC by default on page load | +| `hidemeta` | boolean | true \| false | To Hide meta elements : date, read-time, author and available-translations for page | +| `comments` | boolean | true \| false | To show/hide comments | +| `description` | string | 'description text' | Show Post Description under Title | +| `canonicalURL` | string | "https://canonical.url/to/page" | To add canonical URL to posts | +| `disableShare` | boolean | true \| false | To hide/show share icons under a page | +| `disableHLJS` | boolean | true \| false | To disable Highlight.js loading | +| `disableAnchoredHeadings` | boolean | true \| false | To disable Anchored Headings | +| `searchHidden` | boolean | true \| false | Hide page from search | +| `hideSummary` | boolean | true \| false | To Hide summary being shown in list pages | +| `ShowReadingTime` | boolean | true \| false | To show read time in post meta | +| `ShowBreadCrumbs` | boolean | true \| false | Show BreadCrumb Navigation above single post/page | +| `ShowPostNavLinks` | boolean | true \| false | Show Previous and Next Posts below a Post | +| `ShowRssButtonInSectionTermList` | boolean | true \| false | To show/hide RSS Copy button in Section and Term list | +| `author` | string \|list | 'Me' \| ['Me','You'] | To show multiple Authors | +| `cover.image` | string | 'featured.jpg' | To add a cover image | +| `cover.caption ` | string | 'caption for image' | To add caption to cover image | +| `cover.alt` | string | 'this is cover image' | Alternate text to show if image doesn't load/show up | +| `cover.relative` | boolean | true \| false | To use relative path for cover image, used in hugo Page-bundles | +| `cover.hidden ` | boolean | true \| false | To hide on current single page | +| `weight ` | integer | 5 | To set page order or to pin a post to Top of list |