Skip to content

Commit b4102ff

Browse files
committed
Extended readme for disqus
1 parent a34c442 commit b4102ff

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

Readme.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ The appsettings.json file has a lot of options to customize the content of the b
4949
"RepositoryId": "id",
5050
"Category": "general",
5151
"CategoryId": "id"
52-
}
52+
},
53+
"Disqus": {
54+
"Shortname": "blog"
55+
}
5356
}
5457

5558
```
@@ -76,6 +79,7 @@ The appsettings.json file has a lot of options to customize the content of the b
7679
| Heading | string | Displayed under the name. For example job title |
7780
| ProfilePictureUrl | string | Displayed profile picture |
7881
| 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 |
7983

8084
## Storage Provider
8185
Currently there are 4 Storage-Provider:
@@ -85,7 +89,12 @@ Currently there are 4 Storage-Provider:
8589
* SqlServer - Based on EF Core, so it can be easily adapted for other Sql Dialects
8690

8791
## 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.
8998
There you can enter all the information. You will find a detailed guide on the site.
9099

91100
In short:
@@ -116,6 +125,9 @@ Now you can copy/paste those information into the appsettings.json. With the giv
116125
}
117126
```
118127

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+
119131
## Authorization
120132
There is only one real mechanism enabled via Auth0. For more information go to: https://auth0.com/docs/applications
121133

@@ -148,4 +160,4 @@ Furthermore the following tags are set:
148160
| Tag | Index | Display Blog Post |
149161
| ---------------------------------------- | ------------------------------------ | ----------------------------- |
150162
| Title of the web page | Defined in AppConfiguration.BlogName | Title of the blogpost |
151-
| <meta name="keyword" content="" /> | not set | Tags defined in the Blog Post |
163+
| <meta name="keyword" content="" /> | not set | Tags defined in the Blog Post |

0 commit comments

Comments
 (0)