mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Using Hugo to generate the static /docs directory
This commit is contained in:
committed by
Chris Cummer
parent
84ecf296a5
commit
f956261386
6
site/archetypes/default.md
Normal file
6
site/archetypes/default.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user