More work done, more placeholder content. Can't be bothered to make all content multilingual. Code should be compliant though.

This commit is contained in:
Greenscreener
2019-07-14 19:28:54 +02:00
parent 19051bc505
commit 6b76c1892b
26 changed files with 194 additions and 35 deletions
+5
View File
@@ -0,0 +1,5 @@
---
title: "unknown"
avatar: "https://example.com/images/avatar.png"
fullname: "Jan Novák"
---
+6
View File
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: false
authors: [ "unknown" ]
---
+1 -1
View File
@@ -2,6 +2,6 @@
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: false
authors: [ "Greenscreener" ]
authors: [ "unknown" ]
---
+6
View File
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
draft: false
authors: [ "unknown" ]
leader: [ "unknown" ]
---