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. Will not be shown when `BlogBrandUrl` is set |
57
-
| BlogBrandUrl | string | The url to an image which is used as a brand image in the navigation bar. If not set or `null` the `BlogName` will be shown |
58
-
| Social | node | Represents all possible linked social accounts |
59
-
| GithubAccountUrl | string | Url to your github account. If not set it is not shown in the introduction card |
60
-
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set it is not shown in the introduction card |
61
-
| TwitterAccountUrl | string | Url to your Twitter account. If not set it is not shown in the introduction card |
62
-
| Introduction || Is used for the introduction part of the blog |
63
-
| 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 |
64
-
| BackgroundUrl | string | Url or path to the background image. (Optional) |
65
-
| ProfilePictureUrl | string | Url or path to your profile picture |
66
-
| PersistenceProvider | string | Declares the type of the storage provider (one of the following: `SqlServer`, `Sqlite`, `RavenDb`, `InMemory`, `MySql`). More in-depth explanation down below|
67
-
| ConnectionString | string | Is used for connection to a database. Not used when `InMemoryStorageProvider` is used |
68
-
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider`|
| BlogName | string | Name of your blog. Is used in the navbar and is used as the title of the page. Will not be shown when `BlogBrandUrl` is set |
57
+
| BlogBrandUrl | string | The url to an image which is used as a brand image in the navigation bar. If not set or `null` the `BlogName` will be shown |
58
+
| Social | node | Represents all possible linked social accounts |
59
+
| GithubAccountUrl | string | Url to your github account. If not set it is not shown in the introduction card |
60
+
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set it is not shown in the introduction card |
61
+
| TwitterAccountUrl | string | Url to your Twitter account. If not set it is not shown in the introduction card |
62
+
| Introduction || Is used for the introduction part of the blog |
63
+
| 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 |
64
+
| BackgroundUrl | string | Url or path to the background image. (Optional) |
65
+
| ProfilePictureUrl | string | Url or path to your profile picture |
66
+
| PersistenceProvider | string | Declares the type of the storage provider (one of the following: `SqlServer`, `Sqlite`, `RavenDb`, `InMemory`, `MySql`). More in-depth explanation [here](./../Storage/Readme.md)|
67
+
| ConnectionString | string | Is used for connection to a database. Not used when `InMemoryStorageProvider` is used |
68
+
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider`|
0 commit comments