Add files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-04-24 21:37:42 -05:00
parent 2b33845cb0
commit 3478074c3b
15 changed files with 226 additions and 0 deletions

13
archetypes/blog.md Normal file
View File

@ -0,0 +1,13 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
# Format date like 2006-01-02 (it gives an error if I use .Format)
description = """
Lorem ipsum
"""
tags = [
"",
]
+++

4
archetypes/default.md Normal file
View File

@ -0,0 +1,4 @@
+++
title = "{{ replace .Name "-" " " | title }}"
menu = "main"
+++