Add some draft posts.
This commit is contained in:
parent
3386d11255
commit
08b3f6d423
8 changed files with 117 additions and 5 deletions
0
archetypes/posts/images/.gitkeep
Normal file
0
archetypes/posts/images/.gitkeep
Normal file
10
archetypes/posts/index.md
Normal file
10
archetypes/posts/index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ dateFormat (.Site.Params.dateformat) .Date }}
|
||||
draft: true
|
||||
tags:
|
||||
- tag1
|
||||
---
|
||||
|
||||
|
||||
<!--more-->
|
Loading…
Add table
Add a link
Reference in a new issue