mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Update example posts
This commit is contained in:
parent
16d05fc1f4
commit
fc1b60fe6c
5 changed files with 13 additions and 1 deletions
|
@ -8,7 +8,7 @@ hasCJKLanguage = true
|
||||||
# googleAnalytics = "{your tracking code}"
|
# googleAnalytics = "{your tracking code}"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
tags = "tags"
|
tags = "tags"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "Your Name"
|
author = "Your Name"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: "Emoji Support"
|
title: "Emoji Support"
|
||||||
date: 2019-03-05
|
date: 2019-03-05
|
||||||
draft: false
|
draft: false
|
||||||
|
tags: [ "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.
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
title: "Markdown Syntax Guide"
|
title: "Markdown Syntax Guide"
|
||||||
date: 2019-03-11
|
date: 2019-03-11
|
||||||
draft: false
|
draft: false
|
||||||
|
tags: [
|
||||||
|
"markdown",
|
||||||
|
"css",
|
||||||
|
"html",
|
||||||
|
"themes",
|
||||||
|
]
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title: "Placeholder Text"
|
title: "Placeholder Text"
|
||||||
date: 2019-03-09
|
date: 2019-03-09
|
||||||
draft: false
|
draft: false
|
||||||
|
tags: [ "markdown", "text", ]
|
||||||
---
|
---
|
||||||
|
|
||||||
## Mole et vultus populifer quaque primoque non
|
## Mole et vultus populifer quaque primoque non
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
title: "Rich Content"
|
title: "Rich Content"
|
||||||
date: 2019-03-10
|
date: 2019-03-10
|
||||||
draft: false
|
draft: false
|
||||||
|
tags: [
|
||||||
|
"shortcodes",
|
||||||
|
"privacy",
|
||||||
|
]
|
||||||
---
|
---
|
||||||
|
|
||||||
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 a new issue