Skip to content

Commit dff2669

Browse files
manishtiwari25linkdotnet
authored andcommitted
Changed storage link
1 parent 904a261 commit dff2669

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

docs/Setup/Configuration.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -51,35 +51,35 @@ The appsettings.json file has a lot of options to customize the content of the b
5151
}
5252
```
5353

54-
| Property | Type | Description |
55-
| --------------------------------------------- | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
56-
| 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` |
69-
| [AuthProvider](./../Authorization/Readme.md) | string | |
70-
| [PROVIDER_NAME](./../Authorization/Readme.md) | string | |
71-
| Domain | string | |
72-
| ClientId | string | |
73-
| ClientSecret | string | |
74-
| LogoutUri | string | |
75-
| BlogPostsPerPage | int | Gives the amount of blog posts loaded and display per page. For more the user has to use the navigation |
76-
| AboutMeProfileInformation | node | Sets information for the About Me Page. If omitted the page is disabled completely |
77-
| Name | string | Name, which is displayed on top of the profile card |
78-
| Heading | string | Displayed under the name. For example job title |
79-
| ProfilePictureUrl | string | Displayed profile picture |
80-
| [Giscus](./../Comments/Giscus.md) | node | Enables the comment section via giscus. If left empty the comment secion will not be shown. |
81-
| [Disqus](./../Comments/Disqus.md) | node | Enables the comment section via disqus. If left empty the comment secion will not be shown. |
82-
| KofiToken | string | Enables the "Buy me a Coffee" button of Kofi. To aquire the token head down to the "Kofi" section |
83-
| GithubSponsorName | string | Enables the "Github Sponsor" button which redirects to GitHub. Only pass in the user name instead of the url. |
84-
| ShowReadingIndicator | boolean | If set to `true` (default) a circle indicates the progress when a user reads a blog post (without comments). |
85-
| PatreonName | string | Enables the "Become a patreon" button that redirects to patreon.com. Only pass the user name (public profile) as user name. |
54+
| Property | Type | Description |
55+
| --------------------------------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
56+
| 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` |
69+
| [AuthProvider](./../Authorization/Readme.md) | string | |
70+
| [PROVIDER_NAME](./../Authorization/Readme.md) | string | |
71+
| Domain | string | |
72+
| ClientId | string | |
73+
| ClientSecret | string | |
74+
| LogoutUri | string | |
75+
| BlogPostsPerPage | int | Gives the amount of blog posts loaded and display per page. For more the user has to use the navigation |
76+
| AboutMeProfileInformation | node | Sets information for the About Me Page. If omitted the page is disabled completely |
77+
| Name | string | Name, which is displayed on top of the profile card |
78+
| Heading | string | Displayed under the name. For example job title |
79+
| ProfilePictureUrl | string | Displayed profile picture |
80+
| [Giscus](./../Comments/Giscus.md) | node | Enables the comment section via giscus. If left empty the comment secion will not be shown. |
81+
| [Disqus](./../Comments/Disqus.md) | node | Enables the comment section via disqus. If left empty the comment secion will not be shown. |
82+
| KofiToken | string | Enables the "Buy me a Coffee" button of Kofi. To aquire the token head down to the "Kofi" section |
83+
| GithubSponsorName | string | Enables the "Github Sponsor" button which redirects to GitHub. Only pass in the user name instead of the url. |
84+
| ShowReadingIndicator | boolean | If set to `true` (default) a circle indicates the progress when a user reads a blog post (without comments). |
85+
| PatreonName | string | Enables the "Become a patreon" button that redirects to patreon.com. Only pass the user name (public profile) as user name. |

0 commit comments

Comments
 (0)