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
+25-18Lines changed: 25 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,21 @@ The appsettings.json file has a lot of options to customize the content of the b
34
34
35
35
```
36
36
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/|
|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/|
52
52
53
53
The usage might shift directly into the extension methods, where they are used.
54
54
@@ -85,9 +85,16 @@ To get better results when for example shared via LinkedIn some of the `<meta pr
0 commit comments