initial commit

This commit is contained in:
2023-11-05 11:38:36 +01:00
commit c452e11e67
13 changed files with 202 additions and 0 deletions

8
archetypes/post.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "{{ replace .File.ContentBaseName "-" " " | title }}"
author: "Denys Konovalov"
date: "{{ .Date }}"
description:
tags: []
showtoc: false
---