Skip to content

zorca/parvula

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parvula CMS

A quick website from markdown files

website Example with the fullpage template

Requirements

  • PHP 5.3+
  • URL Rewriting (recommended)
  • Composer is recommended

Installation with Composer

  1. Download and extract the zip
  2. Run composer install
  3. That's it !

Without composer, download php-markdown and put Michelf directory in root.

Edit pages

All pages are in data/pages/. You can create some sub directories if you want to organise your pages.

The basic configuration file is in data/site.conf.md. There is 2 templates bundle by default: "simple" and "fullpage".

website Default template

Pages

  • Pages must have a title to be listed
  • Page beginning with _ are "secret" pages, not listed
  • You can order pages with the index field

Administration

parvula administration

You can edit pages online at yoursite.com/parvula-admin/ (admin url can be edited in Parvula/config.php).

Don't forget to chmod 755 data/pages and change the default password in data/admin.conf.php.

About

Parvula CMS - Simple, Markdown and Fast CMS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 42.3%
  • JavaScript 35.4%
  • CSS 17.2%
  • HTML 4.9%
  • ApacheConf 0.2%