mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Merge pull request #41 from koirand/archetypes
Revert "Page header should be wrote by toml style #36" Close #36
This commit is contained in:
commit
dff63b157a
6 changed files with 31 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
||||||
+++
|
---
|
||||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||||
date = "{{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}"
|
date: {{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}
|
||||||
draft = true
|
draft: true
|
||||||
images = []
|
images: []
|
||||||
+++
|
---
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
+++
|
---
|
||||||
title = "Emoji Support"
|
title: "Emoji Support"
|
||||||
date = "2019-03-05"
|
date: 2019-03-05
|
||||||
draft = false
|
draft: false
|
||||||
+++
|
---
|
||||||
|
|
||||||
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.
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
+++
|
---
|
||||||
title = "Markdown Syntax Guide"
|
title: "Markdown Syntax Guide"
|
||||||
date = "2019-03-11"
|
date: 2019-03-11
|
||||||
draft = false
|
draft: false
|
||||||
+++
|
---
|
||||||
|
|
||||||
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.
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
+++
|
---
|
||||||
title = "Math Typesetting"
|
title: "Math Typesetting"
|
||||||
date = "2019-03-08"
|
date: 2019-03-08
|
||||||
draft = false
|
draft: false
|
||||||
+++
|
---
|
||||||
|
|
||||||
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
|
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
+++
|
---
|
||||||
title = "Placeholder Text"
|
title: "Placeholder Text"
|
||||||
date = "2019-03-09"
|
date: 2019-03-09
|
||||||
draft = false
|
draft: false
|
||||||
+++
|
---
|
||||||
|
|
||||||
## Mole et vultus populifer quaque primoque non
|
## Mole et vultus populifer quaque primoque non
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
+++
|
---
|
||||||
title = "Rich Content"
|
title: "Rich Content"
|
||||||
date = "2019-03-10"
|
date: 2019-03-10
|
||||||
draft = false
|
draft: false
|
||||||
+++
|
---
|
||||||
|
|
||||||
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.
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
Loading…
Reference in a new issue