Prepared archetypes for files
This commit is contained in:
9
archetypes/blog.md
Normal file
9
archetypes/blog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
date: '{{ .Date }}'
|
||||
draft: true
|
||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
author: "Jirka"
|
||||
tags: ["tag"]
|
||||
categories: ["documentation"]
|
||||
description: "..."
|
||||
---
|
||||
Reference in New Issue
Block a user