mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Update archetypes to be used with --kind
on hugo new
This commit is contained in:
14
archetypes/blog/index.md
Normal file
14
archetypes/blog/index.md
Normal file
@ -0,0 +1,14 @@
|
||||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
toc = true
|
||||
draft = true
|
||||
|
||||
description = """
|
||||
Lorem ipsum
|
||||
"""
|
||||
|
||||
tags = [
|
||||
"awesome",
|
||||
]
|
||||
+++
|
Reference in New Issue
Block a user