Template for posts
This commit is contained in:
parent
b4396eaac5
commit
6ee2637711
1 changed files with 20 additions and 0 deletions
20
archetypes/posts.md
Normal file
20
archetypes/posts.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
disable_share: true
|
||||
omit_header_text: true
|
||||
categories:
|
||||
- General
|
||||
- Linux
|
||||
- Anime
|
||||
- Science
|
||||
- KDE
|
||||
tags:
|
||||
- linux
|
||||
- kde
|
||||
- anime
|
||||
- science
|
||||
- hacks
|
||||
---
|
||||
|
Loading…
Add table
Reference in a new issue