Added the base for Hugo
This commit is contained in:
parent
8eec76417a
commit
e4ea23ae12
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
resources/
|
||||||
|
public/
|
||||||
|
.hugo_build.lock
|
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
Loading…
x
Reference in New Issue
Block a user