This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site: | |
title: 'My New Website' | |
description: 'A website recently generated with PieCrust.' | |
author: jaya | |
pretty_urls: true | |
markdown: | |
use_markdown_extra: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use PieCrust\IPieCrust; | |
use PieCrust\Formatters\IFormatter; | |
class SundownFormatter implements IFormatter | |
{ | |
protected $pieCrust; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Start of git2 v.0.2.1 | |
class Git2_Repository { | |
/** | |
* @param repository_path | |
*/ | |
public function __construct ($repository_path) {} |
NewerOlder