1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:35:31 -04:00

very, very rudimentary transition to Hugo

This commit is contained in:
2018-04-28 14:59:46 -04:00
parent a4f81b365b
commit 6fff44e8e2
26 changed files with 73 additions and 59 deletions

6
archetypes/default.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---