mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
all-posts: convert format
This commit is contained in:
parent
fa4aec4086
commit
2f6f69b931
@ -1,6 +1,6 @@
|
|||||||
+++
|
---
|
||||||
title = "Archive"
|
title: "Archive"
|
||||||
layout = "archives"
|
layout: "archives"
|
||||||
url = "/archives"
|
url: "/archives"
|
||||||
summary = "archives"
|
summary: "archives"
|
||||||
+++
|
---
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
+++
|
---
|
||||||
author = "Hugo Authors"
|
author: "Hugo Authors"
|
||||||
title = "Emoji Support"
|
title: "Emoji Support"
|
||||||
date = "2019-03-05"
|
date: "2019-03-05"
|
||||||
description = "Guide to emoji usage in Hugo"
|
description: "Guide to emoji usage in Hugo"
|
||||||
tags = [
|
tags: ["emoji"]
|
||||||
"emoji",
|
---
|
||||||
]
|
|
||||||
+++
|
|
||||||
|
|
||||||
Emoji can be enabled in a Hugo project in a number of ways.
|
Emoji can be enabled in a Hugo project in a number of ways.
|
||||||
|
|
||||||
|
@ -1,24 +1,16 @@
|
|||||||
+++
|
---
|
||||||
author = "Hugo Authors"
|
author: "Hugo Authors"
|
||||||
title = "Markdown Syntax Guide For L2"
|
title: "Markdown Syntax Guide For L2"
|
||||||
date = "2019-03-11"
|
date: "2019-03-11"
|
||||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||||
tags = [
|
tags: ["markdown", "css", "html", "themes"]
|
||||||
"markdown",
|
categories: ["themes", "syntax"]
|
||||||
"css",
|
series: ["Themes Guide"]
|
||||||
"html",
|
aliases: ["migrate-from-jekyl"]
|
||||||
"themes",
|
ShowToc: true
|
||||||
]
|
TocOpen: true
|
||||||
categories = [
|
weight: 2
|
||||||
"themes",
|
---
|
||||||
"syntax",
|
|
||||||
]
|
|
||||||
series = ["Themes Guide"]
|
|
||||||
aliases = ["migrate-from-jekyl"]
|
|
||||||
ShowToc = true
|
|
||||||
TocOpen = true
|
|
||||||
weight = 2
|
|
||||||
+++
|
|
||||||
|
|
||||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
||||||
|
|
||||||
|
@ -1,24 +1,16 @@
|
|||||||
+++
|
---
|
||||||
author = "Hugo Authors"
|
author: "Hugo Authors"
|
||||||
title = "Markdown Syntax Guide For RTL"
|
title: "Markdown Syntax Guide For RTL"
|
||||||
date = "2019-03-11"
|
date: "2019-03-11"
|
||||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||||
tags = [
|
tags: ["markdown", "css", "html", "themes"]
|
||||||
"markdown",
|
categories: ["themes", "syntax"]
|
||||||
"css",
|
series: ["Themes Guide"]
|
||||||
"html",
|
aliases: ["migrate-from-jekyl"]
|
||||||
"themes",
|
ShowToc: true
|
||||||
]
|
TocOpen: true
|
||||||
categories = [
|
weight: 2
|
||||||
"themes",
|
---
|
||||||
"syntax",
|
|
||||||
]
|
|
||||||
series = ["Themes Guide"]
|
|
||||||
aliases = ["migrate-from-jekyl"]
|
|
||||||
ShowToc = true
|
|
||||||
TocOpen = true
|
|
||||||
weight = 2
|
|
||||||
+++
|
|
||||||
|
|
||||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
||||||
|
|
||||||
@ -153,7 +145,7 @@ Tables aren't part of the core Markdown spec, but Hugo supports supports them ou
|
|||||||
|
|
||||||
H<sub>2</sub>O
|
H<sub>2</sub>O
|
||||||
|
|
||||||
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
|
X<sup>n</sup> + Y<sup>n</sup>: Z<sup>n</sup>
|
||||||
|
|
||||||
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
|
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
|
||||||
|
|
||||||
|
@ -1,24 +1,16 @@
|
|||||||
+++
|
---
|
||||||
author = "Hugo Authors"
|
author: "Hugo Authors"
|
||||||
title = "Markdown Syntax Guide"
|
title: "Markdown Syntax Guide"
|
||||||
date = "2019-03-11"
|
date: "2019-03-11"
|
||||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||||
tags = [
|
tags: ["markdown", "css", "html", "themes"]
|
||||||
"markdown",
|
categories: ["themes", "syntax"]
|
||||||
"css",
|
series: ["Themes Guide"]
|
||||||
"html",
|
aliases: ["migrate-from-jekyl"]
|
||||||
"themes",
|
ShowToc: true
|
||||||
]
|
TocOpen: true
|
||||||
categories = [
|
weight: 2
|
||||||
"themes",
|
---
|
||||||
"syntax",
|
|
||||||
]
|
|
||||||
series = ["Themes Guide"]
|
|
||||||
aliases = ["migrate-from-jekyl"]
|
|
||||||
ShowToc = true
|
|
||||||
TocOpen = true
|
|
||||||
weight = 2
|
|
||||||
+++
|
|
||||||
|
|
||||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
||||||
|
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
+++
|
---
|
||||||
author = "Hugo Authors"
|
author: "Hugo Authors"
|
||||||
title = "Placeholder Text"
|
title: "Placeholder Text"
|
||||||
date = "2019-03-09"
|
date: "2019-03-09"
|
||||||
description = "Lorem Ipsum Dolor Si Amet"
|
description: "Lorem Ipsum Dolor Si Amet"
|
||||||
tags = [
|
tags: ["markdown", "text"]
|
||||||
"markdown",
|
hideMeta: true
|
||||||
"text",
|
---
|
||||||
]
|
|
||||||
hideMeta = true
|
|
||||||
+++
|
|
||||||
|
|
||||||
Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
|
Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
|
||||||
|
|
||||||
|
@ -1,14 +1,11 @@
|
|||||||
+++
|
---
|
||||||
author = "Hugo Authors"
|
author: "Hugo Authors"
|
||||||
title = "Rich Content"
|
title: "Rich Content"
|
||||||
date = "2019-03-10"
|
date: "2019-03-10"
|
||||||
description = "A brief description of Hugo Shortcodes"
|
description: "A brief description of Hugo Shortcodes"
|
||||||
tags = [
|
tags: ["shortcodes", "privacy"]
|
||||||
"shortcodes",
|
ShowToc: true
|
||||||
"privacy",
|
---
|
||||||
]
|
|
||||||
ShowToc = true
|
|
||||||
+++
|
|
||||||
|
|
||||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
|
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user