Skip to content

Commit 487d655

Browse files
digitaldirklinkdotnet
authored andcommitted
Add SupportMe node documentation
Add link to donation readme and typo fix
1 parent 5ab6d4b commit 487d655

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

docs/Setup/Configuration.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,18 @@ The appsettings.json file has a lot of options to customize the content of the b
4545
"Disqus": {
4646
"Shortname": "blog"
4747
},
48-
"KofiToken": "ABC123",
49-
"GithubSponsorName": "your-tag-here",
5048
"ShowReadingIndicator": true,
51-
"PatreonName": "your-tag-here",
52-
"SimlarBlogPosts": "true"
49+
"SimlarBlogPosts": "true",
50+
"SupportMe": {
51+
"KofiToken": "ABC123",
52+
"GithubSponsorName": "your-tag-here",
53+
"PatreonName": "your-tag-here",
54+
"ShowUnderBlogPost": true,
55+
"ShowUnderIntroduction": true,
56+
"ShowInFooter": true,
57+
"ShowSupportMePage": true,
58+
"SupportMePageDescription": "Buy my book here: [My Blazor Book](https://google.com) or please contribute to my open-source project here: [My Awesome Repo](https://github.com) . This can be **markdown**."
59+
}
5360
}
5461
```
5562

@@ -80,10 +87,8 @@ The appsettings.json file has a lot of options to customize the content of the b
8087
| Name | string | Name, which is displayed on top of the profile card |
8188
| Heading | string | Displayed under the name. For example job title |
8289
| ProfilePictureUrl | string | Displayed profile picture |
83-
| [Giscus](./../Comments/Giscus.md) | node | Enables the comment section via giscus. If left empty the comment secion will not be shown. |
84-
| [Disqus](./../Comments/Disqus.md) | node | Enables the comment section via disqus. If left empty the comment secion will not be shown. |
85-
| KofiToken | string | Enables the "Buy me a Coffee" button of Kofi. To aquire the token head down to the "Kofi" section |
86-
| GithubSponsorName | string | Enables the "Github Sponsor" button which redirects to GitHub. Only pass in the user name instead of the url. |
90+
| [Giscus](./../Comments/Giscus.md) | node | Enables the comment section via giscus. If left empty the comment section will not be shown. |
91+
| [Disqus](./../Comments/Disqus.md) | node | Enables the comment section via disqus. If left empty the comment section will not be shown. |
8792
| ShowReadingIndicator | boolean | If set to `true` (default) a circle indicates the progress when a user reads a blog post (without comments). |
88-
| PatreonName | string | Enables the "Become a patreon" button that redirects to patreon.com. Only pass the user name (public profile) as user name. |
89-
| SimilarBlogPosts | boolean | If set to `true` (default) similar blog posts are shown at the end of a blog post. |
93+
| SimilarBlogPosts | boolean | If set to `true` (default) similar blog posts are shown at the end of a blog post. |
94+
| [SupportMe](./../Donations/Readme.md) | node | Donation sections configuration. If left empty no donation sections will not be shown. |

0 commit comments

Comments
 (0)