Initialisierung
This commit is contained in:
parent
4084518848
commit
6dd9fa38f6
116 changed files with 17349 additions and 2 deletions
5
archetypes/archive.md
Normal file
5
archetypes/archive.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "{{ now.Format "2006"}}"
|
||||
date: {{ now.Format "2006-01-02"}}
|
||||
type: "archive"
|
||||
---
|
13
archetypes/blog.md
Normal file
13
archetypes/blog.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
publishDate: {{ now.Format "2006-01-02"}}
|
||||
lastmod: {{ now.Format "2006-01-02"}}
|
||||
draft: true
|
||||
author: "mdn"
|
||||
featured: false
|
||||
tags: []
|
||||
categories: []
|
||||
---
|
||||
|
||||
<!--more-->
|
2
archetypes/default.md
Normal file
2
archetypes/default.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
+++
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue