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
| Giscus | node | Enables the comment section. If left empty the comment secion will not be shown. For more information checkout the section about comments down below |
82
+
| Disqus | node | Enables the comment section. If left empty the comment secion will not be shown. For more information checkout the section about comments down below |
79
83
80
84
## Storage Provider
81
85
Currently there are 4 Storage-Provider:
@@ -85,7 +89,12 @@ Currently there are 4 Storage-Provider:
85
89
* SqlServer - Based on EF Core, so it can be easily adapted for other Sql Dialects
86
90
87
91
## Comment Section
88
-
For comments the blog is using [giscus](https://giscus.app/). To provide the necessary values head over to https://giscus.app/ and go to the configuration section.
92
+
For comments the blog is using [giscus](https://giscus.app/) or [disqus](https://disqus.com/).
93
+
94
+
**Note**: Please only register one service / provide the configuration for one note. The given configuration shows both only for demonstrational purposes.
95
+
96
+
### Giscus
97
+
To provide the necessary values head over to https://giscus.app/ and go to the configuration section.
89
98
There you can enter all the information. You will find a detailed guide on the site.
90
99
91
100
In short:
@@ -116,6 +125,9 @@ Now you can copy/paste those information into the appsettings.json. With the giv
116
125
}
117
126
```
118
127
128
+
### Disqus
129
+
For disqus you only need the shortname (site-name) which you can find for example under your [home-tab](https://disqus.com/home/).
130
+
119
131
## Authorization
120
132
There is only one real mechanism enabled via Auth0. For more information go to: https://auth0.com/docs/applications
121
133
@@ -148,4 +160,4 @@ Furthermore the following tags are set:
0 commit comments