- Notifications
You must be signed in to change notification settings - Fork11
A simple & flexible CMS generated from flat files with a complete RESTful API
License
ParvulaCMS/parvula
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An extremely simple & flexible CMS generated from flat files with a complete API
Parvula with the default galaxy theme
- PHP 5.6+
- Composer
- URL Rewriting (recommended)
Parvula can be install with this single line :
composer create-project bafs/parvula cms
wherecms
is the destination folder. Please check thedocs if you need more details.
Please read thedocumentation for more information
All pages are located indata/pages/
. You can also create sub directories to better organize your pages.
The basic configuration file isdata/config/site.yml
.There are 2 bundled themes by default: "simple" and "galaxy".
- Pages must have atitle to be listed (in the menu)
- Pages beginning with
_
arehidden pages, not listed but accessible - You can order pages with theindex field
- Each page can havemultiple sections
Administration plugin
You can edit pages online atyoursite.com/admin (admin url can be edited inplugins/Admin/config.php
).
Don't forget tochmod 755data/pages
andchange the default password indata/users/users.php
!
About
A simple & flexible CMS generated from flat files with a complete RESTful API