Skip to content

Instantly share code, notes, and snippets.

@gwijayas
gwijayas / gist:5719483
Created June 6, 2013 05:23
piecrust test config.yml
site:
title: 'My New Website'
description: 'A website recently generated with PieCrust.'
author: jaya
pretty_urls: true
markdown:
use_markdown_extra: true
<?php
use PieCrust\IPieCrust;
use PieCrust\Formatters\IFormatter;
class SundownFormatter implements IFormatter
{
protected $pieCrust;
@gwijayas
gwijayas / git2.php
Created December 9, 2012 04:15
php-git class and function list
<?php
// Start of git2 v.0.2.1
class Git2_Repository {
/**
* @param repository_path
*/
public function __construct ($repository_path) {}