Make all archetypes use a directory

This commit is contained in:
2021-10-09 15:46:15 -05:00
parent b5f90127a0
commit fd249a6972

View File

@ -0,0 +1,15 @@
+++
title = "{{ replace .Name "-" " " | title }}"
menu = "main"
toc = true
+++
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.
<!--more-->
## Something
All the content below the "more" HTML comment above is part of the article itself.