added first version of theme

This commit is contained in:
2019-10-26 00:15:49 +02:00
parent fe42752335
commit c196fcf7a8
51 changed files with 6296 additions and 0 deletions

12
archetypes/default.md Normal file
View File

@@ -0,0 +1,12 @@
+++
title = "{{ replace .Name "-" " " | title }}"
Summary = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = true
author = ""
tags = ["",""]
categories = ["",""]
color = "green"
width = 4
height = 1
+++