• This repository has been archived on 31/Dec/2022
  • Stars
    star
    239
  • Rank 168,763 (Top 4 %)
  • Language
    PHP
  • License
    Other
  • Created almost 14 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple PHP website engine and static file generator.

build status

ATTENTION: PieCrust 1.x is deprecated. Please update to PieCrust 2.x. See the official website for details.

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 (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.

More Repositories

1

vim-gutentags

A Vim plugin that manages your tag files
Vim Script
2,222
star
2

vim-lawrencium

A Mercurial wrapper for Vim.
Vim Script
80
star
3

PieCrust2

A simple yet powerful static website generator and lightweight CMS
Python
42
star
4

obsidian-remember-file-state

A plugin for Obsidian that remembers cursor position, selection, scrolling, and more for each file.
TypeScript
39
star
5

Wikked

A wiki engine entirely managed with text files stored in a revision control system.
Python
19
star
6

StupidHttp

A very simple (and stupid) HTTP server written in PHP.
PHP
16
star
7

SiloRider

Scans a website's microformats and cross-posts content to 'silo' services.
Python
15
star
8

Chrome-Search-Engine-Sync

Some simple scripts for exporting/importing Google Chrome's search engine preferences.
Shell
14
star
9

Jouvence

A library for parsing and rendering Fountain screenplays.
Python
9
star
10

vim-ctrlp-autoignore

Adds support to CtrlP for custom per-project ignore patterns.
Vim Script
4
star
11

bolt80.com

The source for the BOLT80 website.
HTML
3
star
12

vim-unreal

Working with Unreal Engine in Vim
Vim Script
2
star
13

xbmcflicks

A fork of the official XBMCFlicks plugin for XBMC, with a few bug fixes and tweaks.
Python
2
star
14

vim-crosoft

A Vim pluging for working with Microsoft Visual Studio solutions
Python
1
star
15

hg-git-sync

A script for re-synchronizing a Mercurial repository with a Git one.
Python
1
star
16

PHPUnit-WebReport

A dead simple and lightweight PHP library that runs and displays PHPUnit test results on a web page.
PHP
1
star
17

vim-piecrust

A PieCrust wrapper for Vim. For more about PieCrust, check out the official website: http://bolt80.com/piecrust
Vim Script
1
star