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}}"
|
||||
author = ""
|
||||
cover = ""
|
||||
@ -9,7 +9,6 @@ description = ""
|
||||
showFullContent = false
|
||||
readingTime = false
|
||||
hideComments = false
|
||||
|
||||
|
||||
+++
|
||||
|
||||
Here is my content!
|
@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
title = "{{ title }}"
|
||||
date = "{{date}}"
|
||||
author = ""
|
||||
cover = ""
|
||||
@ -9,5 +9,6 @@ description = ""
|
||||
showFullContent = false
|
||||
readingTime = false
|
||||
hideComments = false
|
||||
+++
|
||||
|
||||
Is this it?
|
@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
title = "{{ title }}"
|
||||
date = "{{date}}"
|
||||
author = ""
|
||||
cover = ""
|
||||
|
@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
title = "{{ title }}"
|
||||
date = "{{date}}"
|
||||
author = ""
|
||||
cover = ""
|
||||
@ -9,6 +9,7 @@ description = ""
|
||||
showFullContent = false
|
||||
readingTime = false
|
||||
hideComments = false
|
||||
+++
|
||||
## Introduction
|
||||
|
||||
This is **bold** text, and this is *emphasized* text.
|
||||
|
@ -1,5 +1,5 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
title = "{{ title }}"
|
||||
date = "{{date}}"
|
||||
author = ""
|
||||
cover = ""
|
||||
@ -9,5 +9,6 @@ description = ""
|
||||
showFullContent = false
|
||||
readingTime = false
|
||||
hideComments = false
|
||||
+++
|
||||
|
||||
Second post test
|
Reference in New Issue
Block a user