Skip to content
/ Blog Public
forked from 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.

License

Notifications You must be signed in to change notification settings

imaanmzr/Blog

 
 

Repository files navigation

LinkDotNet.Blog

.NET CodeQL

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 with the GitHub theme.

In Action

overview

Documentation

Installation

License

This project is released under the terms of the MIT License.

Support & Contributing

Thanks to all contributors and people that are creating bug-reports and valuable input:

Supporters

Try it out with Codespaces

This repository offers a GitHub Codespace where you can easily run and modify the Blog completely in your browser, no IDE or local .net installation needed.

Open in GitHub Codespaces

Resources

You want a visual walkthrough through the features and details? The awesome @ncosentino / DevLeader has a YouTube video/series:

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 73.6%
  • HTML 21.9%
  • CSS 2.8%
  • JavaScript 1.4%
  • Dockerfile 0.1%
  • Shell 0.1%
  • Batchfile 0.1%