Add example site for testing
This commit is contained in:
8
example/_posts/2010-10-25-post-future-date.md
Executable file
8
example/_posts/2010-10-25-post-future-date.md
Executable file
@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Post: Future Date"
|
||||
date: 9999-12-31
|
||||
categories:
|
||||
- Post
|
||||
---
|
||||
|
||||
This post lives in the future and is dated {{ page.date | date: "%c" }}. When building Jekyll with the `--future` flag it should appear.
|
Reference in New Issue
Block a user