Skip to content

Commit 241f669

Browse files
committed
Enable ShowRssButtonInSectionTermList
1 parent 4dc6b44 commit 241f669

3 files changed

Lines changed: 27 additions & 23 deletions

File tree

config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ params:
120120
ShowPostNavLinks: true
121121
ShowBreadCrumbs: true
122122
ShowCodeCopyButtons: true
123+
ShowRssButtonInSectionTermList: true
123124
ShowToc: true
124125
# comments: false
125126
images: ["papermod-cover.png"]

content/posts/papermod/papermod-installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ searchHidden: true
293293
ShowReadingTime: true
294294
ShowBreadCrumbs: true
295295
ShowPostNavLinks: true
296+
ShowRssButtonInSectionTermList: true
296297
cover:
297298
image: "<image path/url>" # image path/url
298299
alt: "<alt text>" # alt text

content/posts/papermod/papermod-variables.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ weight: 5
2727
| `ShowReadingTime` | boolean | true \| false | To show read time in post meta |
2828
| `ShowShareButtons` | boolean | true \| false | To show/hide share buttons under post |
2929
| `ShowCodeCopyButtons` | boolean | true \| false | To show/hide Code Copy button |
30+
| `ShowRssButtonInSectionTermList` | boolean | true \| false | To show/hide RSS Copy button in Section and Term list |
3031
| `ShowFullTextinRSS` | boolean | true \| false | To show Content in RSS feed |
3132
| `defaultTheme` | string | light \| dark \| auto | To set default theme |
3233
| `disableThemeToggle` | boolean | true \| false | To disable theme toggle icon shown besides label |
@@ -155,26 +156,27 @@ editPost:
155156

156157
### Page Variables
157158

158-
| Name | Type | Example | Description |
159-
| ------------------------- | ------------- | ------------------------------- | ----------------------------------------------------------------------------------- |
160-
| `showtoc` | boolean | true \| false | To show/hide Table of Contents |
161-
| `tocopen` | boolean | true \| false | To keep open ToC by default on page load |
162-
| `hidemeta` | boolean | true \| false | To Hide meta elements : date, read-time, author and available-translations for page |
163-
| `comments` | boolean | true \| false | To show/hide comments |
164-
| `description` | string | 'description text' | Show Post Description under Title |
165-
| `canonicalURL` | string | "https://canonical.url/to/page" | To add canonical URL to posts |
166-
| `disableShare` | boolean | true \| false | To hide/show share icons under a page |
167-
| `disableHLJS` | boolean | true \| false | To disable Highlight.js loading |
168-
| `disableAnchoredHeadings` | boolean | true \| false | To disable Anchored Headings |
169-
| `searchHidden` | boolean | true \| false | Hide page from search |
170-
| `hideSummary` | boolean | true \| false | To Hide summary being shown in list pages |
171-
| `ShowReadingTime` | boolean | true \| false | To show read time in post meta |
172-
| `ShowBreadCrumbs` | boolean | true \| false | Show BreadCrumb Navigation above single post/page |
173-
| `ShowPostNavLinks` | boolean | true \| false | Show Previous and Next Posts below a Post |
174-
| `author` | string \|list | 'Me' \| ['Me','You'] | To show multiple Authors |
175-
| `cover.image` | string | 'featured.jpg' | To add a cover image |
176-
| `cover.caption ` | string | 'caption for image' | To add caption to cover image |
177-
| `cover.alt` | string | 'this is cover image' | Alternate text to show if image doesn't load/show up |
178-
| `cover.relative` | boolean | true \| false | To use relative path for cover image, used in hugo Page-bundles |
179-
| `cover.hidden ` | boolean | true \| false | To hide on current single page |
180-
| `weight ` | integer | 5 | To set page order or to pin a post to Top of list |
159+
| Name | Type | Example | Description |
160+
| -------------------------------- | ------------- | ------------------------------- | ----------------------------------------------------------------------------------- |
161+
| `showtoc` | boolean | true \| false | To show/hide Table of Contents |
162+
| `tocopen` | boolean | true \| false | To keep open ToC by default on page load |
163+
| `hidemeta` | boolean | true \| false | To Hide meta elements : date, read-time, author and available-translations for page |
164+
| `comments` | boolean | true \| false | To show/hide comments |
165+
| `description` | string | 'description text' | Show Post Description under Title |
166+
| `canonicalURL` | string | "https://canonical.url/to/page" | To add canonical URL to posts |
167+
| `disableShare` | boolean | true \| false | To hide/show share icons under a page |
168+
| `disableHLJS` | boolean | true \| false | To disable Highlight.js loading |
169+
| `disableAnchoredHeadings` | boolean | true \| false | To disable Anchored Headings |
170+
| `searchHidden` | boolean | true \| false | Hide page from search |
171+
| `hideSummary` | boolean | true \| false | To Hide summary being shown in list pages |
172+
| `ShowReadingTime` | boolean | true \| false | To show read time in post meta |
173+
| `ShowBreadCrumbs` | boolean | true \| false | Show BreadCrumb Navigation above single post/page |
174+
| `ShowPostNavLinks` | boolean | true \| false | Show Previous and Next Posts below a Post |
175+
| `ShowRssButtonInSectionTermList` | boolean | true \| false | To show/hide RSS Copy button in Section and Term list |
176+
| `author` | string \|list | 'Me' \| ['Me','You'] | To show multiple Authors |
177+
| `cover.image` | string | 'featured.jpg' | To add a cover image |
178+
| `cover.caption ` | string | 'caption for image' | To add caption to cover image |
179+
| `cover.alt` | string | 'this is cover image' | Alternate text to show if image doesn't load/show up |
180+
| `cover.relative` | boolean | true \| false | To use relative path for cover image, used in hugo Page-bundles |
181+
| `cover.hidden ` | boolean | true \| false | To hide on current single page |
182+
| `weight ` | integer | 5 | To set page order or to pin a post to Top of list |

0 commit comments

Comments
 (0)