Weeknotes archetype and Makefile rule

This commit is contained in:
Eryn Wells 2024-05-26 09:26:40 -07:00
parent 7ff50445f5
commit 851f676ca0
2 changed files with 19 additions and 0 deletions

9
archetypes/weeknotes.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "Weeknotes for {{ time.Now.Format "2006" }}W%%WEEK_NUMBER%%"
slug: weeknotes-{{ time.Now.Format "2006" }}w%%WEEK_NUMBER%%
date: {{ .Date }}
categories: weeknotes
tags: []
draft: true
---