Skip to content

Commit 7e22110

Browse files
committed
docs: added youtube
1 parent d3065c2 commit 7e22110

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/Setup/Configuration.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The appsettings.json file has a lot of options to customize the content of the b
1212
"Social": {
1313
"GithubAccountUrl": "",
1414
"LinkedInAccountUrl": "",
15-
"TwitterAccountUrl": ""
15+
"TwitterAccountUrl": "",
16+
"YoutubeAccountUrl": "",
1617
},
1718
"Introduction": {
1819
"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
6869
| GithubAccountUrl | string | Url to your github account. If not set it is not shown in the introduction card |
6970
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set it is not shown in the introduction card |
7071
| 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 |
7173
| Introduction | | Is used for the introduction part of the blog |
7274
| 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 |
7375
| BackgroundUrl | string | Url or path to the background image. (Optional) |
7476
| 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) |
7678
| ConnectionString | string | Is used for connection to a database. |
7779
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider` |
7880
| [AuthProvider](./../Authorization/Readme.md) | string | |
@@ -87,8 +89,8 @@ The appsettings.json file has a lot of options to customize the content of the b
8789
| Name | string | Name, which is displayed on top of the profile card |
8890
| Heading | string | Displayed under the name. For example job title |
8991
| ProfilePictureUrl | string | Displayed profile picture |
90-
| [Giscus](./../Comments/Giscus.md) | node | Enables the comment section via giscus. If left empty the comment section will not be shown. |
91-
| [Disqus](./../Comments/Disqus.md) | node | Enables the comment section via disqus. If left empty the comment section will not be shown. |
92+
| [Giscus](./../Comments/Giscus.md) | node | Enables the comment section via giscus. If left empty the comment section will not be shown. |
93+
| [Disqus](./../Comments/Disqus.md) | node | Enables the comment section via disqus. If left empty the comment section will not be shown. |
9294
| ShowReadingIndicator | boolean | If set to `true` (default) a circle indicates the progress when a user reads a blog post (without comments). |
9395
| SimilarBlogPosts | boolean | If set to `true` (default) similar blog posts are shown at the end of a blog post. |
94-
| [SupportMe](./../Donations/Readme.md) | node | Donation sections configuration. If left empty no donation sections will not be shown. |
96+
| [SupportMe](./../Donations/Readme.md) | node | Donation sections configuration. If left empty no donation sections will not be shown. |

0 commit comments

Comments
 (0)