Browse Source

Add posts archetype

master
Adrian Short 4 years ago
parent
commit
887423340b
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      archetypes/posts.md

+ 8
- 0
archetypes/posts.md View File

@@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
description:
tags:
-
---

Loading…
Cancel
Save