2021-10-16 16:53:01 -05:00
|
|
|
---
|
2021-09-25 20:52:01 -05:00
|
|
|
|
2021-10-29 01:11:16 -05:00
|
|
|
title: {{ replace .Name "-" " " | humanize }}
|
2021-11-09 20:24:24 -06:00
|
|
|
date: {{ .Date }}
|
2022-04-20 09:47:40 -05:00
|
|
|
lastmod: {{ .Date }}
|
2021-10-16 16:53:01 -05:00
|
|
|
toc: true
|
2021-10-23 23:24:05 -05:00
|
|
|
comments: true
|
2021-10-16 16:53:01 -05:00
|
|
|
draft: true
|
2021-10-06 17:34:55 -05:00
|
|
|
|
2021-10-27 19:39:25 -05:00
|
|
|
authors:
|
|
|
|
- {{ with .Site.Author.name }}{{ . }}{{ else }}John Doe{{ end }}
|
|
|
|
|
2022-05-06 20:16:41 -05:00
|
|
|
categories:
|
|
|
|
- archetype-stuff
|
|
|
|
|
2021-10-16 16:53:01 -05:00
|
|
|
tags:
|
|
|
|
- awesome
|
2021-10-09 15:44:21 -05:00
|
|
|
|
2021-11-12 20:39:45 -06:00
|
|
|
series:
|
2022-05-03 14:13:40 -05:00
|
|
|
- archetype
|
2021-11-12 20:39:45 -06:00
|
|
|
|
2021-10-16 16:53:01 -05:00
|
|
|
# this will be shown for the article in list pages and in the page metadata
|
|
|
|
# it can be either an image or video (this might change in the future, however)
|
|
|
|
resources:
|
|
|
|
- name: feature
|
|
|
|
src: something.webp
|
|
|
|
title: Some image (image format can be anything; webp is just an example)
|
2021-10-09 15:44:21 -05:00
|
|
|
|
2021-10-16 16:53:01 -05:00
|
|
|
---
|
|
|
|
|
|
|
|
This page is about something. All the content before the "more" HTML comment
|
|
|
|
below will become the summary, which will be used in list pages and in the meta
|
|
|
|
tags on the article.
|
|
|
|
|
|
|
|
Or, if you don't want your description to be at the top of the article, you can
|
|
|
|
set your own `description` in the front matter and it will override this. See
|
|
|
|
the [Content Summaries](https://gohugo.io/content-management/summaries/) page on
|
|
|
|
the Hugo docs for more information.
|
2021-10-09 15:44:21 -05:00
|
|
|
|
|
|
|
<!--more-->
|
|
|
|
|
|
|
|
## Something
|
|
|
|
|
2021-10-16 16:53:01 -05:00
|
|
|
All the content below the "more" HTML comment above is part of the article
|
|
|
|
itself.
|