Skip to content

Commit 0d0cfe8

Browse files
author
Waylon S. Walker
committed
feat(templates): add daily and glossary templates
1 parent 243ab6b commit 0d0cfe8

File tree

5 files changed

+36
-1
lines changed

5 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.1.4
2+
3+
* chore: update installers
4+
* chore(nvim): update lazy-lock
5+
* feat(nvim): spellcheck <https://waylonwalker.com/my-nvim-spellcheck-setup/>
6+
* feat(nvim): wayland clipboard support
7+
* feat(container): wayland clipboard support
8+
* feat(container): add podman-compose
9+
* feat(container): add neofetch
10+
* feat(container): add /usr/local/bin/aws for aws cli v2
11+
* feat(zsh): add gi git ignore tool
12+
* feat(templates): add daily and glossary templates
13+
114
## 0.1.3
215

316
* fix npm install directory
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
date: {{ '%Y-%m-%d %H:%M:%S' | strftime }}
3+
templateKey: daily
4+
title: {{ '%Y-%m-%d' | strftime }} Notes
5+
published: True
6+
7+
---
8+
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
title:
2+
type: str
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
date: {{ '%Y-%m-%d %H:%M:%S' | strftime }}
3+
templateKey: glossary
4+
subroute: glossary
5+
title: {{ title | title }}
6+
tags:
7+
- glossary
8+
published: True
9+
output_html: markout/glossary/{{ title | lower | replace(' ', '-') | replace('.', '-') | replace('_', '-') }}/index.html
10+
11+
---
12+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
num: 199
1+
num: 237
22
_answers_file: .gratitude-copier-answers.yml
33
_tasks:
44
- "update-gratitude"

0 commit comments

Comments
 (0)