Weeknotes archetype and Makefile rule
This commit is contained in:
parent
7ff50445f5
commit
851f676ca0
2 changed files with 19 additions and 0 deletions
9
archetypes/weeknotes.md
Normal file
9
archetypes/weeknotes.md
Normal 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
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue