2021-09-25 20:52:01 -05:00
|
|
|
+++
|
|
|
|
title = "{{ replace .Name "-" " " | title }}"
|
|
|
|
date = "{{ .Date }}"
|
2021-09-28 18:36:14 -05:00
|
|
|
toc = true
|
2021-09-25 20:52:01 -05:00
|
|
|
draft = true
|
|
|
|
|
|
|
|
description = """
|
|
|
|
Lorem ipsum
|
|
|
|
"""
|
|
|
|
|
|
|
|
tags = [
|
|
|
|
"awesome",
|
|
|
|
]
|
2021-10-06 17:34:55 -05:00
|
|
|
|
|
|
|
# this image will be shown for the article in list pages
|
|
|
|
[[resources]]
|
|
|
|
name = "feature"
|
2021-10-09 13:44:30 -05:00
|
|
|
src = "something.webp"
|
|
|
|
title = "Some image (image format can be anything; webp is just an example)"
|
|
|
|
|
|
|
|
# same as above, but a video. only one will be shown; image takes
|
|
|
|
# priority over video
|
|
|
|
[[resources]]
|
|
|
|
name = "feature-video"
|
|
|
|
src = "whatever.webm"
|
|
|
|
title = "Whatever video (video format can be anything; webm is just an example)"
|
2021-09-25 20:52:01 -05:00
|
|
|
+++
|