🎉 Hello World

This commit is contained in:
2020-03-03 18:56:59 +01:00
commit 94877013bd
55 changed files with 1479 additions and 0 deletions

17
archetypes/default.md Normal file
View File

@@ -0,0 +1,17 @@
+++
title = "{{ replace .Name `-` ` ` | title }}"
date = {{ .Date }}
lastmod = {{ .Date }}
tags = []
categories = []
imgs = []
cover = "" # image show on top
readingTime = true # show reading time after article date
toc = true
comments = false
justify = false # text-align: justify;
single = false # display as a single page, hide navigation on bottom, like as about page.
license = "" # CC License
draft = true
+++