mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-12-22 04:13:17 -06:00
Update archetypes
This commit is contained in:
parent
05ed7c33d2
commit
b5f90127a0
@ -4,10 +4,6 @@ date = "{{ .Date }}"
|
||||
toc = true
|
||||
draft = true
|
||||
|
||||
description = """
|
||||
Lorem ipsum
|
||||
"""
|
||||
|
||||
tags = [
|
||||
"awesome",
|
||||
]
|
||||
@ -19,3 +15,13 @@ name = "feature"
|
||||
src = "something.webp"
|
||||
title = "Some image (image format can be anything; webp is just an example)"
|
||||
+++
|
||||
|
||||
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.
|
||||
|
@ -2,8 +2,14 @@
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
menu = "main"
|
||||
toc = true
|
||||
|
||||
description = """
|
||||
Lorem ipsum
|
||||
"""
|
||||
+++
|
||||
|
||||
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.
|
||||
|
@ -1,8 +0,0 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
toc = true
|
||||
|
||||
description = """
|
||||
Lorem ipsum
|
||||
"""
|
||||
+++
|
Loading…
Reference in New Issue
Block a user