# Blog **Repository Path**: HeroesLiang/Blog ## Basic Information - **Project Name**: Blog - **Description**: No description available - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-12-02 - **Last Updated**: 2021-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: Rails, Ruby, Sass, blog ## README # Blog #### Description 多blog系统 * 基于rails完成,样式使用bootstrap,用户系统使用Devise * 用户可以发布文章 * 用户可以评论自己或别人的文章 * 评论只能由发布该评论的人删除 * 文章只能由发布该文章的用户编辑或删除 #### 简单的使用说明 * 我的博客:该页面主要展示用户自己的发布的博客,可以编辑或者删除。-需要登录才能看到 * 主页:展示所有人的博客,点击博客的标题查看博客,查看博客时可以进行评论。 -需要登陆才能评论 * 写博客:编写自己的博客 - 需要登录才能发布