Create hugo boilerplate code
This commit is contained in:
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 }}'
|
||||||
|
---
|
||||||
0
assets/.gitkeep
Normal file
0
assets/.gitkeep
Normal file
0
content/.gitkeep
Normal file
0
content/.gitkeep
Normal file
0
data/.gitkeep
Normal file
0
data/.gitkeep
Normal file
3
hugo.yaml
Normal file
3
hugo.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
baseURL: https://example.org/
|
||||||
|
languageCode: en-us
|
||||||
|
title: My New Hugo Site
|
||||||
0
i18n/.gitkeep
Normal file
0
i18n/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
0
static/.gitkeep
Normal file
0
static/.gitkeep
Normal file
0
themes/.gitkeep
Normal file
0
themes/.gitkeep
Normal file
Reference in New Issue
Block a user