Init Commit

Start following the GitFLow
This commit is contained in:
Nikolai Rodionov
2023-02-17 15:19:49 +01:00
commit 8c825f7c84
50 changed files with 4153 additions and 0 deletions

12
archetypes/default.md Normal file
View File

@ -0,0 +1,12 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
ShowToc: true
cover:
image: "cover.png"
caption: "{{ replace .Name "-" " " | title }}"
relative: false
responsiveImages: false
---