- Introduction 简介
- Demo 演示
- Badge 徽章
- Install 安装方法
- Usage 使用方法
- Finished 已实现功能
- Todo 待实现功能
- Changelog 更新日志
- Maintainers 维护者
- Contributing 贡献
- Contributors 贡献者
- License 许可证
Elegant, pure and simple.
优雅,纯粹,而又简约。
A Material-Design blog built with PHP and MySQL databases, and it is rendered by MDUI.
一个基于 PHP 及 MySQL 搭建而成的 Material-Design 设计风博客,并采用 MDUI 组件进行渲染。
Basic features are implemented, which means that you are able to post article, finish administration and so on.
虽称不上应有尽有,但基本的功能经已实现,如文章浏览与发布、后台管理等功能。
Please feel free to enjoy the blog.
无问西东,尽情使用。
Here are some badges for fun! Travis-Ci is on always-pass status, because it is unnecessary in this time.
一些好玩的徽章,仅供娱乐! 因暂未需要进行大规模的持续协作及集成,Travis-Ci 设定为常通过状态。
The project includes master and canary branch, please choose which you want.
项目包含 master 及 canary 两个分支,可根据你的需要及喜好选择使用。
Should be the most stable. Recommended for most users.
最稳定的版本,适合绝大多数用户。
Maybe unstable, but includes latest features. Recommended for advanced users and developers.
包含最新的、尚在开发中的特性,但可能不稳定,适合进阶用户及开发者。
git clone https://github.com/Kitcham/Material_Blog.git Material_Blog
cd Material_Blog
git checkout {branch/tags name}
- Finish install step above. 完成上述安装步骤。
- Import
material_blog.sql
inmysqlDump
or create MySQL database according tomaterial_blog.sql
. 导入mysqlDump
目录下的material_blog.sql
文件或依照表结构新建 MySQL 数据库及数据表。 - Set your MySQL configuration and database name in the
dbconfig.php
. 在dbconfig.php
文件中配置好你的 MySQL 数据库信息。 - You can login as admin with
username: admin
andpassword: admin
. 你可以使用默认的管理员账户登录(用户名:admin
,密码:admin
)。 - Enjoy yourself. 开始网上冲浪吧。
- Articles card flow with lively visual language 视觉化语言的文章瀑布流
- View articles in details 阅读文章详情
- Regist and login 注册及登录
- User center 用户中心
- Change avatar by upload or Gravatar 自定义上传头像或使用 Gravatar 头像
- Check user list and configure authority (Only admin user can access) 查看用户列表及修改权限 (仅管理员账户可用)
- Post articles (Only admin user can access) 发表文章 (仅管理员账户可用)
- Add PHP staticize generation(coming at next version) 增加 PHP 静态化生成器(于下一版本发布)
- Add Markdown Editor Markdown 增加 Markdwon 编辑器
- Add MDUI color configuration 增加 MDUI 主题切换
- Add social comment system 增加 社会化评论系统
Please read change log here.
请点击查看更新日志。
All kinds of contributions (enhancements, new features, documentation & code improvements, issues & bugs reporting) are welcome.
欢迎各种形式的贡献,包括但不限于优化,添加功能,文档及代码的改进,问题和 bugs 的报告。
Before you start your contributing, please read the Contributing Rules Wiki first.
在参与贡献之前,请阅读项目贡献 Wiki,了解如何为 Material_Blog 贡献。
Open sourced under the GPL v3.0 license.
根据 GPL V3.0 许可证开源。