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: Readme.md
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -146,15 +146,14 @@ For disqus you only need the short name (site-name) which you can find for examp
146
146
There is only one real mechanism enabled via Auth0. For more information go to: https://auth0.com/docs/applications
147
147
148
148
The main advantage of Auth0 is the easily configurable dashboard on their website.
149
-
150
-
For testing purposes you can use `services.UseDummyAuthentication();`. This allows every user, who presses Login, to be logged in.
149
+
For testing purposes, you can use `services.UseDummyAuthentication();`. This allows every user, who presses Login, to be logged in.
151
150
152
151
## Donations
153
152
The blog software allows you to integrate via different micro-transaction services. The following chapter will show you how to set up donations.
154
153
155
154
### Ko-fi
156
155
You can use [Ko-fi](https://Ko-fi.com/) as a payment service to receive donations. To acquire the `KofiToken` as seen in the config above, head to [widgets page](https://Ko-fi.com/manage/widgets), click on "Ko-fi Button".
157
-
Now choose "Image" as type. In the field below under `Copy & Paste Code` you see an `<a href='https://ko-fi.com/XYZ'` tag. Just take the `XYZ` part and put it into `KofiToken`.
156
+
Now choose "Image" as the type. In the field below under `Copy & Paste Code` you see an `<a href='https://ko-fi.com/XYZ'` tag. Just take the `XYZ` part and put it into `KofiToken`.
158
157
159
158
### GitHub Sponsor
160
159
Enables the usage of [GitHub Sponsors](https://github.com/sponsors) as a payment service to receive donations. Only pass in your username. The button will use the following url: `https://github.com/sponsors/{your-user-name}`.
@@ -195,15 +194,13 @@ To deploy with docker, you need to modify the variables in the docker-compose.ym
0 commit comments