first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
public/
|
||||||
|
resources/_gen/
|
||||||
|
.hugo_build.lock
|
||||||
|
.DS_Store
|
||||||
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
+++
|
||||||
|
date = '{{ .Date }}'
|
||||||
|
draft = true
|
||||||
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
+++
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
baseURL = 'https://example.org/'
|
||||||
|
locale = 'en-us'
|
||||||
|
title = 'My New Hugo Project'
|
||||||
Reference in New Issue
Block a user