guojianbin / Miniblog.Core

An ASP.NET Core blogging engine

Home Page:https://miniblogcore.azurewebsites.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog engine for ASP.NET Core 2.0

A full-featured yet simple blog engine built on ASP.NET Core 2.0.

Build status NuGet

Deploy to Azure

Live demo: https://miniblogcore.azurewebsites.net/
Username: demo
Password: demo

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, Google+)
  • 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

On the command line, install the template.

dotnet new --install MadsKristensen.AspNetCore.Miniblog

Then create it into any folder.

dotnet new miniblog

Then run it or open it in Visual Studio or your favorite code editor.

dotnet run

Credits

SVG icons by https://simpleicons.org/

About

An ASP.NET Core blogging engine

https://miniblogcore.azurewebsites.net/

License:Other


Languages

Language:C# 76.7%Language:CSS 13.7%Language:JavaScript 9.6%Language:Batchfile 0.0%