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
maliming 370d7ca184
Revert "Add `coverlet.collector` to all test project of modules."
4 years ago
..
app Update package.json to 5.0.0-beta.1 4 years ago
docs
src Introduce AbpControllerBase to create API Controllers 4 years ago
test Revert "Add `coverlet.collector` to all test project of modules." 4 years ago
.prettierrc tab usage is removed 5 years ago
README.md Update readmes of blogging and docs modules 6 years ago
Volo.Blogging.sln created Blogging.Application.Contracts.Shared and moved permission to there 5 years ago
Volo.Blogging.sln.DotSettings

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.