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. |
63
+
| 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 |
64
+
| 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 |
63
65
| GithubAccountUrl | string | Url to your github account. If not set the navigation link is not shown |
64
66
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set the navigation link is not shown |
65
67
| Introduction || Is used for the introduction part of the blog |
66
-
| 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.|
68
+
| 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|
67
69
| BackgroundUrl | string | Url or path to the background image |
68
70
| ProfilePictureUrl | string | Url or path to your profile picture |
69
71
| PersistenceProvider | string | Declares the type of the storage provider (one of the following: `SqlServer`, `SqliteServer`, `RavenDb`, `InMemory`). More in-depth explanation down below |
@@ -161,4 +163,4 @@ Furthermore the following tags are set:
0 commit comments