tidyui / razorblog

A fast and minimal Blog Engine for ASP.NET Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RazorBlog

Codacy Badge CodeFactor

About

RazorBlog is a minimal, super fast blog engine for ASP.NET 5.0 and Razor Pages. It is built using the following awesome packages:

  • AutoMapper 10.1.1
  • Markdig 0.22.0
  • Microsoft.EntityFrameworkCore 5.0.0
  • Microsoft.SyndicationFeed.ReaderWriter 1.0.2
  • Newtonsoft.Json 12.0.3

Content Features

  • Posts with Categories and Tags
  • Author information
  • User Comments with async loading
  • Paged Archives with Category and Tag filtering

Technical Features

  • Theme support
  • RSS and ATOM feeds
  • Sitemap generation
  • Supports all databases supported by EF Core

Planned Features

  • Admin panel
  • Media support
  • Media scaling
  • User accounts (AspNetCore Identity)

About

A fast and minimal Blog Engine for ASP.NET Core

License:MIT License


Languages

Language:C# 82.8%Language:HTML 7.8%Language:SCSS 6.0%Language:JavaScript 3.5%