Delete the theme archetypes

This commit is contained in:
Gabriel Arazas 2020-11-06 02:18:52 +08:00
parent c0a2488a58
commit 8f7fa69761
3 changed files with 3 additions and 27 deletions

View File

@ -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 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.

View File

@ -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

View File

@ -1,11 +0,0 @@
---
title: "{{ humanize .Name }}"
date: {{ .Date }}
draft: true
categories:
- "category1"
tags:
- "tag1"
- "tag2"
---