mattmezza/flat-file-blog
Composer 安装命令:
composer require mattmezza/flat-file-blog
包简介
Need a blog module for you website? This one's based on flat files
README 文档
README
Need a blog module for you website? This one's based on flat files
composer require mattmezza/flat-file-blog
$blog_manager = new BlogManager($url, $posts_dir, $posts_perpage, $pages_dir, $authors); $page = $blog_manager->get_page("page"); // reads file page.md from dir $pages_dir // parses yaml initial section into $page->metas // converts md into html and puts content in $page->body echo $page->body;
Check out tests/BlogTest.php for more information.
Matteo Merola mattmezza@gmail.com
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-17