Finally made this basis
This commit is contained in:
parent
1477df04d3
commit
5373f338b9
8
archetypes/rambles/default.md
Normal file
8
archetypes/rambles/default.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
author: "$HUMANOID"
|
||||||
|
tags: ["", ""]
|
||||||
|
description: "This is the default article description"
|
||||||
|
draft: true
|
||||||
|
---
|
Loading…
Reference in a new issue