Added first blog post, activated taxonomies

Signed-off-by: Ettore <noettore@gmail.com>
This commit is contained in:
2019-05-24 23:14:20 +02:00
parent 8048fe6de8
commit 37fb2ce4c6
3851 changed files with 17781 additions and 12 deletions

8
archetypes/blog.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
date: {{ .Date }}
author: "Ettore Dreucci"
tags: []
draft: true
---