Init hugo server
This commit inits a new Hugo repository with a default draft article, but without a theme yet
This commit is contained in:
parent
eb13935dc5
commit
f7627ba6ea
8 changed files with 52 additions and 1 deletions
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue