git commit -a -m initial
This commit is contained in:
yv_pic
2020-12-30 12:41:09 +01:00
commit a5c7667d0a
121 changed files with 11031 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
title: '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
Tags: []
Categories: []
draft: true
---

View File

@@ -0,0 +1,8 @@
---
title: '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
menu:
main:
name:
weight:
---

View File

@@ -0,0 +1,9 @@
---
title: '{{ replace .Name "-" " " | title }}'
date: {{ .Date }}
Tags: []
Categories: []
draft: true
---