Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkdotnet/blog
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility needed to express yourself but also have an easy way of creating posts in the first place.
https://github.com/linkdotnet/blog
asp-net-core aspnetcore auth0 blazor blog blog-engine blogging csharp
Last synced: about 1 month ago
JSON representation
A blog (engine) completely written in C# and Blazor. It aims to be a simple use and easy to extend platform. Blogposts are written in Markdown and are rendered to HTML. This gives all the flexibility needed to express yourself but also have an easy way of creating posts in the first place.
- Host: GitHub
- URL: https://github.com/linkdotnet/blog
- Owner: linkdotnet
- License: mit
- Created: 2021-06-28T05:55:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T08:20:40.000Z (about 1 month ago)
- Last Synced: 2024-10-14T05:22:57.182Z (about 1 month ago)
- Topics: asp-net-core, aspnetcore, auth0, blazor, blog, blog-engine, blogging, csharp
- Language: C#
- Homepage: https://steven-giesel.com/
- Size: 16.7 MB
- Stars: 293
- Watchers: 8
- Forks: 54
- Open Issues: 7
-
Metadata Files:
- Readme: Readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LinkDotNet.Blog
[![.NET](https://github.com/linkdotnet/Blog/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/linkdotnet/Blog/actions/workflows/dotnet.yml)
[![CodeQL](https://github.com/linkdotnet/Blog/actions/workflows/codeql.yml/badge.svg)](https://github.com/linkdotnet/Blog/actions/workflows/codeql.yml)This is a blog software completely written in C# / Blazor. The aim is to have it configurable as possible.
## How does it work
The basic idea is that the content creator writes their posts in markdown language (like this readme file).
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.
This also includes source code snippets. Highlighting is done via [highlight.js](https://highlightjs.org/) with the GitHub theme.## In Action
![overview](assets/overview.gif)
## Documentation
- [Authorization](./docs/Authorization/Readme.md)
- [Comments](./docs/Comments/Readme.md)
- [Storage Provider](./docs/Storage/Readme.md)
- [Search Engine Optimization (SEO)](./docs/SEO/Readme.md)## Installation
- [Installation Instructions](./docs/Setup/Readme.md)
- Releases on [github.com](https://github.com/linkdotnet/Blog/releases)## License
This project is released under the terms of the [MIT License](./LICENSE).
## Support & Contributing
Thanks to all [contributors](https://github.com/linkdotnet/Blog/graphs/contributors) and people that are creating bug-reports and valuable input: