Skip to content

roos-robert/NetCoreSlimBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog engine for ASP.NET Core 7 (3.1 and above)

A full-featured yet simple blog engine built on ASP.NET Core 7 (3.1 and above).

Please be aware that Mads is taking pull requests, but is not actively working on it.

This is a fork and continuation of the original NetCoreSlimBlog project by Mads Kristensen: https://github.com/madskristensen/NetCoreSlimBlog

Please note that this README is not fully up to date, more to be added/updated in the future.

Editor

Features

  • Windows/Open Live Writer support
  • RSS and ATOM feeds
  • User comments
  • Search engine optimized
  • All major browsers fully supported (IE 9+)
  • Social media integration (Facebook, Twitter)
  • Lazy loads images for better performance
  • Easy YouTube video embedding
  • Looks great when printed
  • Works offline with use of Service Worker
  • Follows best practices for web applications

Technical features

YouTube embeds

You can embed any youtube video by using the following syntax in the source of a blog post:

[youtube:ScXvuavqhzo]

ScXvuavqhzo is the ID of the YouTube video which can be found in any YouTube link looking this youtube.com/watch?v=ScXvuavqhzo

How to use

  1. Clone the repository

  2. Run it or open it in Visual Studio or your favorite code editor.

dotnet run

Credits

SVG icons by https://simpleicons.org/

CSS Framework Cirrus by https://github.com/Spiderpig86/Cirrus/

NetCoreSlimBlog by https://github.com/madskristensen/NetCoreSlimBlog/