Skip to content

Commit 1a63687

Browse files
committed
New Hugo site initialised
1 parent ca2404f commit 1a63687

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

archetypes/default.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
baseURL = "http://example.org/"
2+
languageCode = "en-us"
3+
title = "My New Hugo Site"

0 commit comments

Comments
 (0)