Skip to content

Commit 99562cd

Browse files
committed
Updated readme
1 parent ec102aa commit 99562cd

File tree

1 file changed

+25
-18
lines changed

1 file changed

+25
-18
lines changed

Readme.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ The appsettings.json file has a lot of options to customize the content of the b
3434

3535
```
3636

37-
| Property | Type | Description |
38-
|----------|------|-------|
39-
|BlogName|string|Name of your blog. Is used in the navbar and is used as the title of the page.|
40-
|GithubAccountUrl|string|Url to your github account. If not set the navigation link is not shown|
41-
|LinkedInAccountUrl|string|Url to your LinkedIn account. If not set the navigation link is not shown|
42-
|Introduction| |Is used for the introduction part of the blog|
43-
|Description|MarkdownString|Small introduction text for yourself. This is also used for `<meta name="description">` tag. For this the markup will be converted to plain text.|
44-
|BackgroundUrl|string|Url or path to the background image|
45-
|ProfilePictureUrl|string|Url or path to your profile picture|
46-
|ConnectionString|string|Is used for connection to a database. Not used when `InMemoryStorageProvider` is used|
47-
|DatabaseName|string|Name of the database. Only used with `RavenDbStorageProvider`|
48-
|Auth0| |Configuration for setting up Auth0|
49-
|Domain|string|See more details here: https://manage.auth0.com/dashboard/|
50-
|ClientId|string|See more details here: https://manage.auth0.com/dashboard/|
51-
|ClientSecret|string|See more details here: https://manage.auth0.com/dashboard/|
37+
| Property | Type | Description |
38+
| ------------------ | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
39+
| BlogName | string | Name of your blog. Is used in the navbar and is used as the title of the page. |
40+
| GithubAccountUrl | string | Url to your github account. If not set the navigation link is not shown |
41+
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set the navigation link is not shown |
42+
| Introduction | | Is used for the introduction part of the blog |
43+
| Description | MarkdownString | Small introduction text for yourself. This is also used for `<meta name="description">` tag. For this the markup will be converted to plain text. |
44+
| BackgroundUrl | string | Url or path to the background image |
45+
| ProfilePictureUrl | string | Url or path to your profile picture |
46+
| ConnectionString | string | Is used for connection to a database. Not used when `InMemoryStorageProvider` is used |
47+
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider` |
48+
| Auth0 | | Configuration for setting up Auth0 |
49+
| Domain | string | See more details here: https://manage.auth0.com/dashboard/ |
50+
| ClientId | string | See more details here: https://manage.auth0.com/dashboard/ |
51+
| ClientSecret | string | See more details here: https://manage.auth0.com/dashboard/ |
5252

5353
The usage might shift directly into the extension methods, where they are used.
5454

@@ -85,9 +85,16 @@ To get better results when for example shared via LinkedIn some of the `<meta pr
8585
The following tags are set depending on the page:
8686

8787
| Open Graph Tag | Index | Display Blog Post |
88-
|----------------|-----------------------------------------------------------|----------------------------------------------|
89-
| og:title | Title of the blog (defined in Introduction) | Title of the blogpost |
88+
| -------------- | --------------------------------------------------------- | -------------------------------------------- |
89+
| og:title | Title of the blog (defined in Introduction) | Title of the Blog Post |
9090
| og:url | Url to the index page | Url of the page |
9191
| og:image | Background image (defined in Introduction) | Yes |
9292
| og:type | article | article |
93-
| og:description | Short description in plain text (defined in Introduction) | Short Description of Blog Post in plain text |
93+
| og:description | Short description in plain text (defined in Introduction) | Short Description of Blog Post in plain text |
94+
95+
Furthermore the following tags are set:
96+
97+
| Tag | Index | Display Blog Post |
98+
| ---------------------------------------- | ------------------------------------ | ----------------------------- |
99+
| Title of the web page | Defined in AppConfiguration.BlogName | Title of the blogpost |
100+
| &lt;meta name="keyword" content="" /&gt; | not set | Tags defined in the Blog Post |

0 commit comments

Comments
 (0)