Pico is a stupidly simple, blazing fast, flat file CMS.
Find a file
Dave Kinsella a3ec35dce0 allow custom meta fields and templates per page
any fields can be added into the page meta section for use in themes
e.g.
/*
BodyClass: amazeballs
*/
could be used in a template as:
<body{% if meta.bodyclass %} class="{{ meta.bodyclass }}"{% endif %}>

Specifying a "Template" field will attempt to load a a template html
file with that name from the current theme directory e.g.
/*
Template: spesh
*/
attempts to use "spesh.html" but falls back to "index.html" if the file
does not exist.
2013-07-08 14:37:38 +01:00
content v0.6.2 2013-05-07 10:09:03 +01:00
lib allow custom meta fields and templates per page 2013-07-08 14:37:38 +01:00
plugins v0.6 2013-05-06 16:38:38 +01:00
themes v0.6 2013-05-06 16:38:38 +01:00
vendor v0.6 2013-05-06 16:38:38 +01:00
.gitignore Update Twig (now uses composer) and add composer.json. 2013-04-26 17:22:30 +01:00
.htaccess Initial commit. 2012-04-04 14:45:09 +01:00
changelog.txt v0.6.2 2013-05-07 16:27:39 +01:00
composer.json Update Twig (now uses composer) and add composer.json. 2013-04-26 17:22:30 +01:00
config.php v0.6.2 2013-05-07 10:09:03 +01:00
index.php v0.6 2013-05-06 16:38:38 +01:00
license.txt Initial commit. 2012-04-04 14:45:09 +01:00
README.md Updating README 2013-05-08 14:34:29 +01:00

Pico

Pico is a stupidly simple, blazing fast, flat file CMS. See http://pico.dev7studios.com for more info.