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 |
83
-
| 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 |
84
-
| Social | node | Represents all possible linked social accounts |
85
-
| GithubAccountUrl | string | Url to your github account. If not set it is not shown in the introduction card |
86
-
| LinkedInAccountUrl | string | Url to your LinkedIn account. If not set it is not shown in the introduction card |
87
-
| TwitterAccountUrl | string | Url to your Twitter account. If not set it is not shown in the introduction card |
88
-
| Introduction || Is used for the introduction part of the blog |
89
-
| 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 |
90
-
| BackgroundUrl | string | Url or path to the background image. (Optional) |
91
-
| ProfilePictureUrl | string | Url or path to your profile picture |
92
-
| PersistenceProvider | string | Declares the type of the storage provider (one of the following: `SqlServer`, `Sqlite`, `RavenDb`, `InMemory`, `MySql`). More in-depth explanation down below |
93
-
| ConnectionString | string | Is used for connection to a database. Not used when `InMemoryStorageProvider` is used |
94
-
| DatabaseName | string | Name of the database. Only used with `RavenDbStorageProvider`|
95
-
| Auth0 || Configuration for setting up Auth0 |
96
-
| Domain | string | See more details here: https://manage.auth0.com/dashboard/|
97
-
| ClientId | string | See more details here: https://manage.auth0.com/dashboard/|
98
-
| ClientSecret | string | See more details here: https://manage.auth0.com/dashboard/|
99
-
| BlogPostsPerPage | int | Gives the amount of blog posts loaded and display per page. For more the user has to use the navigation |
100
-
| AboutMeProfileInformation | node | Sets information for the About Me Page. If omitted the page is disabled completely |
101
-
| Name | string | Name, which is displayed on top of the profile card |
102
-
| Heading | string | Displayed under the name. For example job title |
| Giscus | node | Enables the comment section via giscus. If left empty the comment secion will not be shown. For more information checkout the section about comments down below |
105
-
| Disqus | node | Enables the comment section via disqus. If left empty the comment secion will not be shown. For more information checkout the section about comments down below |
106
-
| KofiToken | string | Enables the "Buy me a Coffee" button of Kofi. To aquire the token head down to the "Kofi" section |
107
-
| GithubSponsorName | string | Enables the "Github Sponsor" button which redirects to GitHub. Only pass in the user name instead of the url. |
108
-
| ShowReadingIndicator | boolean | If set to `true` (default) a circle indicates the progress when a user reads a blog post (without comments). |
109
-
| PatreonName | string | Enables the "Become a patreon" button that redirects to patreon.com. Only pass the user name (public profile) as user name. |
26
+
|
110
27
111
28
## Storage Provider
112
29
@@ -167,49 +84,6 @@ Furthermore, the following tags are set:
167
84
168
85
This blog also offers an RSS feed ([RSS 2.0 specification](https://validator.w3.org/feed/docs/rss2.html)), which can be consumed by your users or programs like Feedly. Just append `feed.rss` to your URL or click on the RSS feed icon in the navigation bar to get the feed. The RSS feed does not expose the whole content of a given blog post but its title and short description including some other tags like preview image, publishing date and so on.
169
86
170
-
## Host Web in Docker containers
171
-
172
-
### Server configuration
173
-
174
-
To deploy with docker, you need to modify the variables in the docker-compose.yml file.
| 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`|
0 commit comments