Skip to content

Commit

Permalink
Issue kakawait#106: Add a page archetype
Browse files Browse the repository at this point in the history
The front matter is pre-populated to hide the date, tags, categories,
    social buttons and comments section.
  • Loading branch information
ebouchut committed Jan 14, 2017
1 parent 432ffd8 commit 45bcfca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions archetypes/page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "New Page"
categories:
- category
- subcategory
tags:
- tag1
- tag2
keywords:
- tech
comments: false
showDate: false
showSocial: false
showTags: false
showPagination: false
#thumbnailImage: //example.com/image.jpg
---

0 comments on commit 45bcfca

Please sign in to comment.