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.
abp/modules/blogging
Halil İbrahim Kalkan f31c335c15
Merge pull request #2597 from mehmetuken/serilog-enrichment
5 years ago
..
app Change Serilog.Extensions.Hosting package to Serilog.AspNetCore. 5 years ago
docs Added identity and account module to blog app 7 years ago
src [Blogging module] Change "Blog" folder name to "Blogs" 5 years ago
test blogging refactor 5 years ago
README.md Update readmes of blogging and docs modules 5 years ago
Volo.Blogging.sln Fix the problem of MongoDB path case (linux). 6 years ago
Volo.Blogging.sln.DotSettings Resharper and Coding Standards... #610 6 years 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.