bafs/parvula
Composer 安装命令:
composer create-project bafs/parvula
包简介
An extremely simple & flexible CMS generated from flat files
README 文档
README
An extremely simple & flexible CMS generated from flat files with a complete API
Parvula with the default galaxy theme
Requirements
- PHP 5.6+
- Composer
- URL Rewriting (recommended)
Installation with Composer
Parvula can be install with this single line :
composer create-project bafs/parvula cms
where cms is the destination folder. Please check the docs if you need more details.
Quick start
Please read the documentation for more information
Edit pages
All pages are located in data/pages/. You can also create sub directories to better organize your pages.
The basic configuration file is data/config/site.yml.
There are 2 bundled themes by default: "simple" and "galaxy".
Pages
- Pages must have a title to be listed (in the menu)
- Pages beginning with
_are hidden pages, not listed but accessible - You can order pages with the index field
- Each page can have multiple sections
Administration
Administration plugin
You can edit pages online at yoursite.com/admin (admin url can be edited in plugins/Admin/config.php).
Don't forget to chmod 755 data/pages and change the default password in data/users/users.php !
统计信息
- 总下载量: 410
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 79
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-11-18