Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A simple & flexible CMS generated from flat files with a complete RESTful API

License

NotificationsYou must be signed in to change notification settings

ParvulaCMS/parvula

Repository files navigation

Parvula

PHP 5.6+versionBuild StatusDependencieslicense

An extremely simple & flexible CMS generated from flat files with a complete API

screenshot

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

wherecms is the destination folder. Please check thedocs if you need more details.

Quick start

Please read thedocumentation for more information

Edit pages

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

  • 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

Parvula administration

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 !


[8]ページ先頭

©2009-2025 Movatter.jp