mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
OMG it's happening ~*Collections*~
This commit is contained in:
8
test/source/_methods/configuration.md
Normal file
8
test/source/_methods/configuration.md
Normal 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 }}
|
||||
5
test/source/_methods/sanitized_path.md
Normal file
5
test/source/_methods/sanitized_path.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Jekyll.sanitized_path"
|
||||
---
|
||||
|
||||
`{{ page.title }}` is used to make sure your path is in your source.
|
||||
5
test/source/_methods/site/generate.md
Normal file
5
test/source/_methods/site/generate.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Site#generate"
|
||||
---
|
||||
|
||||
Run your generators!
|
||||
5
test/source/_methods/site/initialize.md
Normal file
5
test/source/_methods/site/initialize.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "Site#initialize"
|
||||
---
|
||||
|
||||
Create dat site.
|
||||
1
test/source/_methods/um_hi.md
Symbolic link
1
test/source/_methods/um_hi.md
Symbolic link
@@ -0,0 +1 @@
|
||||
test/source/_methods/sanitized_path.md
|
||||
Reference in New Issue
Block a user