1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:06:38 -04:00

create separate bundled archetype for new notes

[skip ci]
This commit is contained in:
2020-04-13 10:42:54 -04:00
parent 61741df3f7
commit d6b1fdf872
3 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
description: ""
tags:
- Tag 1
- Tag 2
image: "image.png"
draft: true
---

View File

14
archetypes/notes/index.md Normal file
View File

@ -0,0 +1,14 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
description: ""
tags:
-
image: ""
css: |
aliases:
-
draft: true
comments: true
---