Initial commit with configuration
This commit is contained in:
commit
f27a355fbe
4 changed files with 22 additions and 0 deletions
13
archetypes/default.md
Normal file
13
archetypes/default.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: !!timestamp '{{ .Date }}'
|
||||
tags:
|
||||
- sample
|
||||
draft: true
|
||||
---
|
||||
|
||||
Summary
|
||||
|
||||
<!--more-->
|
||||
|
||||
Content
|
||||
Loading…
Add table
Add a link
Reference in a new issue