new posts
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 7s
All checks were successful
Push post module update to hugo reo / push-module-update (push) Successful in 7s
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ title }}"
|
||||||
date = "{{date}}"
|
date = "{{date}}"
|
||||||
author = ""
|
author = ""
|
||||||
cover = ""
|
cover = ""
|
||||||
@ -9,7 +9,6 @@ description = ""
|
|||||||
showFullContent = false
|
showFullContent = false
|
||||||
readingTime = false
|
readingTime = false
|
||||||
hideComments = false
|
hideComments = false
|
||||||
|
+++
|
||||||
|
|
||||||
|
|
||||||
Here is my content!
|
Here is my content!
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ title }}"
|
||||||
date = "{{date}}"
|
date = "{{date}}"
|
||||||
author = ""
|
author = ""
|
||||||
cover = ""
|
cover = ""
|
||||||
@ -9,5 +9,6 @@ description = ""
|
|||||||
showFullContent = false
|
showFullContent = false
|
||||||
readingTime = false
|
readingTime = false
|
||||||
hideComments = false
|
hideComments = false
|
||||||
|
+++
|
||||||
|
|
||||||
Is this it?
|
Is this it?
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ title }}"
|
||||||
date = "{{date}}"
|
date = "{{date}}"
|
||||||
author = ""
|
author = ""
|
||||||
cover = ""
|
cover = ""
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ title }}"
|
||||||
date = "{{date}}"
|
date = "{{date}}"
|
||||||
author = ""
|
author = ""
|
||||||
cover = ""
|
cover = ""
|
||||||
@ -9,6 +9,7 @@ description = ""
|
|||||||
showFullContent = false
|
showFullContent = false
|
||||||
readingTime = false
|
readingTime = false
|
||||||
hideComments = false
|
hideComments = false
|
||||||
|
+++
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
This is **bold** text, and this is *emphasized* text.
|
This is **bold** text, and this is *emphasized* text.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title = "{{ title }}"
|
||||||
date = "{{date}}"
|
date = "{{date}}"
|
||||||
author = ""
|
author = ""
|
||||||
cover = ""
|
cover = ""
|
||||||
@ -9,5 +9,6 @@ description = ""
|
|||||||
showFullContent = false
|
showFullContent = false
|
||||||
readingTime = false
|
readingTime = false
|
||||||
hideComments = false
|
hideComments = false
|
||||||
|
+++
|
||||||
|
|
||||||
Second post test
|
Second post test
|
Reference in New Issue
Block a user