bobatheme/archetypes/blog/index.md

21 lines
311 B
Markdown
Raw Normal View History

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",
]
# this image will be shown for the article in list pages
[[resources]]
name = "feature"
src = "gui.webp"
title = "Checkra1n GUI running on Arch Linux"
2021-09-25 20:52:01 -05:00
+++