Add tests.
This commit is contained in:
parent
7b58d0e748
commit
c8a5b55c10
5 changed files with 93 additions and 0 deletions
7
tests/content/dev/some-article.md
Normal file
7
tests/content/dev/some-article.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
Title: Some Article
|
||||
Date: 2016-01-01 12:00
|
||||
Modified: 2016-01-01 12:00
|
||||
Tags: article, pelican, python
|
||||
Slug: some-article
|
||||
|
||||
This is an article with category dev.
|
5
tests/content/pages/about.md
Normal file
5
tests/content/pages/about.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
Title: About
|
||||
Date: 2016-01-01 12:00
|
||||
Modified: 2016-01-01 12:00
|
||||
|
||||
This is an about page.
|
Loading…
Add table
Add a link
Reference in a new issue