mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-29 00:55:49 -04:00
create separate bundled archetype for new notes
[skip ci]
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ dateFormat "2006-01-02 15:04:05-0700" .Date }}
|
||||||
description: ""
|
description: ""
|
||||||
tags:
|
|
||||||
- Tag 1
|
|
||||||
- Tag 2
|
|
||||||
image: "image.png"
|
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|||||||
0
archetypes/notes/images/.gitkeep
Normal file
0
archetypes/notes/images/.gitkeep
Normal file
14
archetypes/notes/index.md
Normal file
14
archetypes/notes/index.md
Normal 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
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user