Skip to content

A fast and minimal Blog Engine for ASP.NET Core

License

Notifications You must be signed in to change notification settings

tidyui/razorblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)