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: docs/Setup/Configuration.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ The appsettings.json file has a lot of options to customize the content of the b
12
12
"Social": {
13
13
"GithubAccountUrl": "",
14
14
"LinkedInAccountUrl": "",
15
-
"TwitterAccountUrl": ""
15
+
"TwitterAccountUrl": "",
16
+
"YoutubeAccountUrl": "",
16
17
},
17
18
"Introduction": {
18
19
"Description": "Some nice text about yourself. Markup can be used [Github](https://github.com/someuser/somerepo)",
@@ -68,11 +69,12 @@ The appsettings.json file has a lot of options to customize the content of the b
68
69
| GithubAccountUrl | string | Url to your github account. If not set it is not shown in the introduction card |
69
70
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set it is not shown in the introduction card |
70
71
| TwitterAccountUrl | string | Url to your Twitter account. If not set it is not shown in the introduction card |
72
+
| YoutubeAccountUrl | string | Url to your Youtube account. If not set it is not shown in the introduction card |
71
73
| Introduction || Is used for the introduction part of the blog |
72
74
| 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 |
73
75
| BackgroundUrl | string | Url or path to the background image. (Optional) |
74
76
| ProfilePictureUrl | string | Url or path to your profile picture |
75
-
|[PersistenceProvider](./../Storage/Readme.md)| string | Declares the type of the storage provider (one of the following: `SqlServer`, `Sqlite`, `RavenDb`, `MongoDB`, `MySql`). More in-depth explanation [here](./../Storage/Readme.md)|
77
+
|[PersistenceProvider](./../Storage/Readme.md)| string | Declares the type of the storage provider (one of the following: `SqlServer`, `Sqlite`, `RavenDb`, `MongoDB`, `MySql`). More in-depth explanation [here](./../Storage/Readme.md)|
76
78
| ConnectionString | string | Is used for connection to a database. |
77
79
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider`|
0 commit comments