Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
maliming 7c26898874
Merge branch 'rel-10.1' into auto-merge/rel-10-0/4245
1 month ago
..
app Merge branch 'rel-10.1' into auto-merge/rel-10-0/4245 1 month ago
docs Added identity and account module to blog app 8 years ago
src Merge pull request #23609 from abpframework/net10.0 5 months ago
test Set AbpSqliteOptions.BusyTimeout to null in test modules 2 months ago
.gitignore Fix blog member page wrong urls 2 years ago
.prettierrc tab usage is removed 6 years ago
NuGet.md All Nuget.md files updated 2 years ago
README.md Update readmes of blogging and docs modules 6 years ago
Volo.Blogging.abpmdl Update package file extension 2 years ago
Volo.Blogging.abpsln Update module file extension 2 years ago
Volo.Blogging.sln.DotSettings Resharper and Coding Standards... #610 7 years ago
Volo.Blogging.slnx Upgrade to .NET 10.0. 5 months ago

README.md

Blogging Module

This module adds a simple blog to your ABP application;

  • Allows to create multiple blogs in a single application.
  • Supports the Markdown format.
  • Allows to write comment for a post.
  • Allows to assign tags to the blog posts.

See the blog.abp.io website as a live example of the blogging module.