OMG it's happening ~*Collections*~

This commit is contained in:
Parker Moore
2014-04-01 21:19:10 -04:00
parent a77c92aebe
commit 50b46d7bee
11 changed files with 157 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
---
title: "Jekyll.configuration"
whatever: foo.bar
---
Use `{{ page.title }}` to build a full configuration for use w/Jekyll.
Whatever: {{ page.whatever }}

View File

@@ -0,0 +1,5 @@
---
title: "Jekyll.sanitized_path"
---
`{{ page.title }}` is used to make sure your path is in your source.

View File

@@ -0,0 +1,5 @@
---
title: "Site#generate"
---
Run your generators!

View File

@@ -0,0 +1,5 @@
---
title: "Site#initialize"
---
Create dat site.

View File

@@ -0,0 +1 @@
test/source/_methods/sanitized_path.md