default post template
This commit is contained in:
+12
-1
@@ -2,5 +2,16 @@
|
|||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: true
|
draft: true
|
||||||
|
tags: []
|
||||||
|
categories: []
|
||||||
|
ShowToc: false
|
||||||
|
ShowBreadCrumbs: false
|
||||||
|
cover:
|
||||||
|
image: ""
|
||||||
|
alt: ""
|
||||||
|
caption: ""
|
||||||
|
relative: true # To use relative path for cover image, used in hugo Page-bundles
|
||||||
---
|
---
|
||||||
|
Lorem Ipsum
|
||||||
|
<!--more-->
|
||||||
|
dolor sit amet
|
||||||
Reference in New Issue
Block a user