typst template, more complete hugo template.

This commit is contained in:
Gabe Venberg 2024-12-04 00:54:27 +01:00
parent 6b68c00069
commit 73451d607b
14 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++