Hugo project init.
This commit is contained in:
parent
ec28858e59
commit
8d3d51c291
7 changed files with 14 additions and 0 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
|
||||
---
|
||||
|
3
config.yaml
Normal file
3
config.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
baseURL: http://example.org/
|
||||
languageCode: en-us
|
||||
title: My New Hugo Site
|
1
content/.gitkeep
Normal file
1
content/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
data/.gitkeep
Normal file
1
data/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
layouts/.gitkeep
Normal file
1
layouts/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
static/.gitkeep
Normal file
1
static/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
1
themes/.gitkeep
Normal file
1
themes/.gitkeep
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Reference in a new issue