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