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: "..."
|
||||||
|
---
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
+++
|
---
|
||||||
date = '{{ .Date }}'
|
date: '{{ .Date }}'
|
||||||
draft = true
|
draft: true
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
+++
|
---
|
||||||
|
|||||||
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