added first version of theme
This commit is contained in:
12
archetypes/default.md
Normal file
12
archetypes/default.md
Normal 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
|
||||
+++
|
Reference in New Issue
Block a user