Skip to content

A simple PHP website engine and static file generator.

License

Notifications You must be signed in to change notification settings

olegcherr/PieCrust

 
 

Repository files navigation

build status

PieCrust is a static website generator and lightweight CMS that's all managed with text files. No complex setup, databases, or administrative panels. Simple, beautiful, and yummy.

For more information, along with the complete documentation, visit the official website.

Quickstart

If you want to quickly give it a spin:

cd website
../bin/chef serve

It should start your default browser and show you the sample website. You can then edit files and see what changes.

When you're happy, run ../bin/chef bake to generate the final static website, which you'll find in website/_counter.

Branches

There are 2 branches:

  • default (in mercurial) or master (in git): that's the development branch. Everything in there is the very latest stuff, which means it may be broken, it may have backwards incompatible changes, and probably has secret undocumented features.

  • stable (in mercurial) or git-stable (in git): that's the, well, stable branch. It has all the latest bug-fixes, but new features and breaking changes are only introduced after some time being tested in the main branch. Also, this branch has version tags whenever changes are committed.

Changes

Check out the CHANGELOG file for new features, bug fixes and breaking changes.

About

A simple PHP website engine and static file generator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.2%
  • Other 0.8%