# Miniblog.Core **Repository Path**: anysharp/Miniblog.Core ## Basic Information - **Project Name**: Miniblog.Core - **Description**: 一个基于ASP.NET Core 7(3.1及以上版本)构建的功能齐全但简单易用的博客引擎。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客 ## README # 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](https://github.com/madskristensen/Miniblog.Core/issues/159#issuecomment-765629584). [![Build status](https://ci.appveyor.com/api/projects/status/lwjrlpvmhg50wwbs?svg=true)](https://ci.appveyor.com/project/madskristensen/miniblog-core) [![NuGet](https://img.shields.io/nuget/v/MadsKristensen.AspNetCore.Miniblog.svg)](https://nuget.org/packages/MadsKristensen.AspNetCore.Miniblog/) [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/) **Live demo**: Username: *demo* Password: *demo* ![Editor](art/editor.png) ### Custom themes In search for custom designed themes for MiniBlog.Core? [Click here](https://francis.bio/miniblog-themes/). ## 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](https://developers.google.com/web/fundamentals/primers/service-workers/) - Follows best practices for web applications - [See DareBoost report](https://www.dareboost.com/en/report/59e928f10cf224d151dfbe2d) ## Technical features - High performance. Gets 100/100 points on Google PageSpeed Insights - [Run PageSpeed Insights](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fminiblogcore.azurewebsites.net%2F) - Speed Index < 1000 - [See WebPageTest](http://www.webpagetest.org/result/170928_1R_cf91bb2d800cc389821c5cfa7e353f0d/) - Meets highest accessibility standards - [Run accessibility validator](http://wave.webaim.org/report#/https://miniblogcore.azurewebsites.net/) - W3C standards compliant - [Run HTML validator](https://html5.validator.nu/?doc=https%3A%2F%2Fminiblogcore.azurewebsites.net%2F) - [Run RSS validator](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fminiblogcore.azurewebsites.net%2Ffeed%2Frss%2F) - Responsive web design - [See mobile emulators](https://www.responsinator.com/?url=https%3A%2F%2Fminiblogcore.azurewebsites.net%2F) - Mobile friendly - [Run Mobile-Friendly Test](https://search.google.com/test/mobile-friendly?id=i4i-jw3VafvYnjcyHt4jgg) - Schema.org support with HTML 5 Microdata - [Run testing tool](https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fminiblogcore.azurewebsites.net%2F) - OpenGraph support for Facebook, Twitter, Pinterest and more - [Run Facebook validator](https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fminiblogcore.azurewebsites.net%2F) - [Check the tags](http://opengraphcheck.com/result.php?url=https%3A%2F%2Fminiblogcore.azurewebsites.net%2F#.WdhRDjBlB3g) - Seach engine optimized - [Run SEO Site Checkup](https://seositecheckup.com/seo-audit/miniblogcore.azurewebsites.net) - Security HTTP headers set - [Run security scan](https://securityheaders.io/?q=https%3A%2F%2Fminiblogcore.azurewebsites.net%2F&hide=on&followRedirects=on) - Uses the [Azure Image Optimizer](https://github.com/madskristensen/ImageOptimizerWebJob) for superb image compression - Uses a [CDN Tag Helper](https://github.com/madskristensen/WebEssentials.AspNetCore.CdnTagHelpers) to make it easy to serve the images from any CDN. ### 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. ```cmd dotnet new --install MadsKristensen.AspNetCore.Miniblog ``` Then create it into any folder. ```cmd dotnet new miniblog ``` Then run it or open it in Visual Studio or your favorite code editor. ```cmd dotnet run ``` ## Credits SVG icons by