flyingmana / piecrust
a personal fork of piecrust-php/piecrust from giftnuss/PieCrust: A lightweight CMS and static website generator.
Requires
- php: >= 7.1.0
- apache/log4php: ^2.3
- bolt80/stupidhttp: v0.2.0
- geshi/geshi: 1.0.*
- leafo/lessphp: 0.3.*
- league/commonmark: ^1.4
- mustache/mustache: ~2
- netcarver/textile: ~v3.5.1
- pear/console_commandline: ^1.2
- pear/console_getopt: ^1.4
- pear/pear-core-minimal: ^1.10
- psr/log: v1.1.0
- symfony/translation: ~v3.4.12
- symfony/yaml: ~v3.4.10
- talesoft/tale-factory: ^0.3
- twig/twig: ~v1.42.5
- ulrichsg/getopt-php: ^3.3.0
Requires (Dev)
- mikey179/vfsstream: v1.6.5
- phpunit/phpunit: v5.6.8
This package is auto-updated.
Last update: 2024-10-28 01:24:56 UTC
README
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:
bin/chef init mywebsite
cd mywebsite
../bin/chef serve
It should create a new empty site in a mywebsite
folder, and then start your
default browser to show it to you. Use chef prepare page
and chef prepare post
to create pages and posts, and edit those in your favorite text editor.
When you're happy, run ../bin/chef bake
to generate the final static website,
which you'll find in _counter
.
Branches
There are 2 branches:
-
default
(inmercurial
) ormaster
(ingit
): 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
(inmercurial
) orgit-stable
(ingit
): 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.