Skip to content

Instantly share code, notes, and snippets.

@joshourisman
Created February 20, 2011 00:31
Show Gist options
  • Save joshourisman/835549 to your computer and use it in GitHub Desktop.
Save joshourisman/835549 to your computer and use it in GitHub Desktop.
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'
---
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