Skip to content

Commit 5358e2a

Browse files
authored
Update Readme.md
1 parent b467c6c commit 5358e2a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# LinkDotNet.Blog
22
[![.NET](https://github.com/linkdotnet/Blog/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/linkdotnet/Blog/actions/workflows/dotnet.yml)
33
[![CodeQL](https://github.com/linkdotnet/Blog/actions/workflows/codeql.yml/badge.svg)](https://github.com/linkdotnet/Blog/actions/workflows/codeql.yml)
4-
[![codecov](https://codecov.io/gh/linkdotnet/Blog/branch/master/graph/badge.svg?token=WBTEYSB55N)](https://codecov.io/gh/linkdotnet/Blog)
54

65
This is a blog software completely written in C# / Blazor. The aim is to have it configurable as possible.
76

87
## How does it work
98
The basic idea is that the content creator writes his posts in markdown language (like this readme file).
109
The markdown will then be translated into HTML and displayed to the client. This gives an easy entry to writing posts with all the flexibility markdown has.
11-
This also includes source code snippets. Highlighting is done via [highlight.js](https://highlightjs.org/) with the monokai theme.
10+
This also includes source code snippets. Highlighting is done via [highlight.js](https://highlightjs.org/) with the GitHub theme.
1211

1312
## In Action
1413
![overview](assets/overview.gif)
@@ -188,4 +187,4 @@ Furthermore the following tags are set:
188187
| <meta name="keyword" content="" /> | not set | Tags defined in the Blog Post |
189188

190189
## RSS Feed
191-
This blog also offers a 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 it's title and short description including some other tags like preview image, publishing date and so on.
190+
This blog also offers a 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 it's title and short description including some other tags like preview image, publishing date and so on.

0 commit comments

Comments
 (0)