op of hugo new site hugo -f yaml
This commit is contained in:
parent
67235e4a40
commit
03ec17230c
6
hugo/archetypes/default.md
Normal file
6
hugo/archetypes/default.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
3
hugo/config.yaml
Normal file
3
hugo/config.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
baseURL: http://example.org/
|
||||||
|
languageCode: en-us
|
||||||
|
title: My New Hugo Site
|
Loading…
Reference in New Issue
Block a user