Created
February 20, 2011 00:31
-
-
Save joshourisman/835549 to your computer and use it in GitHub Desktop.
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
name: RabbitFish Documentation | |
description: Documentation for the RabbitFish static site generator. | |
pages: | |
- !Page | |
name: index | |
template: main.html | |
- !DynamicPage | |
name: features | |
template: main.html | |
url: 'features/{slug}.html' |
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
--- | |
title: Pages | |
slug: pages | |
content: | | |
<h3>Pages</h3> | |
<p> | |
Pages are simple HTML pages that RabbitFish generates using your Jinja2 | |
templates and YAML configuration files... | |
</p> | |
--- | |
title: Dynamic Pages | |
slug: dynamic-pages | |
content: | | |
<h3>Dynamic Pages</h3> | |
<p> | |
Dynamic Pages operate nearly identically to regular pages... | |
</p> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment