mirror of
https://github.com/foo-dogsquared/hugo-theme-contentful.git
synced 2025-02-07 06:19:02 +00:00
Delete the theme archetypes
This commit is contained in:
parent
c0a2488a58
commit
8f7fa69761
@ -29,6 +29,9 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
|
|||||||
|
|
||||||
* The `hidden` frontmatter option has been removed in favor of the https://gohugo.io/content-management/build-options/[build options].
|
* The `hidden` frontmatter option has been removed in favor of the https://gohugo.io/content-management/build-options/[build options].
|
||||||
|
|
||||||
|
* The theme archetypes (i.e., `./archetypes`) as they can disrupt the content creation of a user.
|
||||||
|
To be fair, this will only happen if they have no archetypes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
title: "{{ humanize .Name }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
draft: true
|
|
||||||
|
|
||||||
categories:
|
|
||||||
- "category1"
|
|
||||||
tags:
|
|
||||||
- "tag1"
|
|
||||||
- "tag2"
|
|
||||||
---
|
|
||||||
|
|
||||||
= {{ humanize .Name }}
|
|
||||||
{{ .Site.Author.name }} {{ with .Site.Author.email }}<{{ . }}>{{ end }}
|
|
||||||
{{ dateFormat "2006-01-02 15:04:05 -0700" .Date }}
|
|
||||||
:stem: latexmath
|
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
title: "{{ humanize .Name }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
draft: true
|
|
||||||
|
|
||||||
categories:
|
|
||||||
- "category1"
|
|
||||||
tags:
|
|
||||||
- "tag1"
|
|
||||||
- "tag2"
|
|
||||||
---
|
|
Loading…
Reference in New Issue
Block a user