bobatheme/archetypes/default/index.md

28 lines
743 B
Markdown
Raw Normal View History

2021-10-16 16:53:01 -05:00
---
2021-10-09 15:44:21 -05:00
title: {{ replace .Name "-" " " | humanize }}
2021-10-16 16:53:01 -05:00
menu: main
toc: true
comments: false
2021-10-09 15:44:21 -05:00
authors:
- {{ with .Site.params.author.name }}{{ . }}{{ else }}John Doe{{ end }}
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.