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
| BlogName | string | Name of your blog. Is used in the navbar and is used as the title of the page. |
55
-
| GithubAccountUrl | string | Url to your github account. If not set the navigation link is not shown |
56
-
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set the navigation link is not shown |
57
-
| Introduction || Is used for the introduction part of the blog |
58
-
| 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. |
59
-
| BackgroundUrl | string | Url or path to the background image |
60
-
| ProfilePictureUrl | string | Url or path to your profile picture |
61
-
| ConnectionString | string | Is used for connection to a database. Not used when `InMemoryStorageProvider` is used |
62
-
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider`|
63
-
| Auth0 || Configuration for setting up Auth0 |
64
-
| Domain | string | See more details here: https://manage.auth0.com/dashboard/|
65
-
| ClientId | string | See more details here: https://manage.auth0.com/dashboard/|
66
-
| ClientSecret | string | See more details here: https://manage.auth0.com/dashboard/|
67
-
| BlogPostsPerPage | int | Gives the amount of blog posts loaded and display per page. For more the user has to use the navigation |
68
-
| IsAboutMeEnabled | bool | If true, enalbes the "About Me" page |
69
-
| AboutMeProfileInformation | node | If `IsAboutMeEnabled` is set to `false` this node can be left empty. |
70
-
| Name | string | Name, which is displayed on top of the profile card |
71
-
| Heading | string | Displayed under the name. For example job title |
| BlogName | string | Name of your blog. Is used in the navbar and is used as the title of the page. |
55
+
| GithubAccountUrl | string | Url to your github account. If not set the navigation link is not shown |
56
+
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set the navigation link is not shown |
57
+
| Introduction || Is used for the introduction part of the blog |
58
+
| 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. |
59
+
| BackgroundUrl | string | Url or path to the background image |
60
+
| ProfilePictureUrl | string | Url or path to your profile picture |
61
+
| PersistenceProvider | string | Declares the type of the storage provider (one of the following: `SqlServer`, `SqliteServer`, `RavenDb`, `InMemory`). More in-depth explanation down below |
62
+
| ConnectionString | string | Is used for connection to a database. Not used when `InMemoryStorageProvider` is used |
63
+
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider`|
64
+
| Auth0 || Configuration for setting up Auth0 |
65
+
| Domain | string | See more details here: https://manage.auth0.com/dashboard/|
66
+
| ClientId | string | See more details here: https://manage.auth0.com/dashboard/|
67
+
| ClientSecret | string | See more details here: https://manage.auth0.com/dashboard/|
68
+
| BlogPostsPerPage | int | Gives the amount of blog posts loaded and display per page. For more the user has to use the navigation |
69
+
| IsAboutMeEnabled | bool | If true, enalbes the "About Me" page |
70
+
| AboutMeProfileInformation | node | If `IsAboutMeEnabled` is set to `false` this node can be left empty. |
71
+
| Name | string | Name, which is displayed on top of the profile card |
72
+
| Heading | string | Displayed under the name. For example job title |
0 commit comments