| title |
|---|
Test Post Pertama |
lorem ipsum dolar sit amet
| <html> | |
| <body> | |
| {{ content|raw }} | |
| </body> | |
| </html> |
| --- | |
| title: my Blog | |
| format: none | |
| layout: default.twig | |
| --- | |
| {% for post in pagination.posts %} | |
| <article> | |
| <h2>{{ post.title }}</h2> | |
| <p>{{ post.content|raw }}</p> | |
| </article> |
| 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; | |
| <?php | |
| // Start of git2 v.0.2.1 | |
| class Git2_Repository { | |
| /** | |
| * @param repository_path | |
| */ | |
| public function __construct ($repository_path) {} |