You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Setup/Configuration.md
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -45,11 +45,18 @@ The appsettings.json file has a lot of options to customize the content of the b
45
45
"Disqus": {
46
46
"Shortname": "blog"
47
47
},
48
-
"KofiToken": "ABC123",
49
-
"GithubSponsorName": "your-tag-here",
50
48
"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
+
}
53
60
}
54
61
```
55
62
@@ -80,10 +87,8 @@ The appsettings.json file has a lot of options to customize the content of the b
80
87
| Name | string | Name, which is displayed on top of the profile card |
81
88
| Heading | string | Displayed under the name. For example job title |
0 commit comments