Skip to content

Commit 553a296

Browse files
committed
new hugo site
0 parents  commit 553a296

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

archetypes/default.md

Lines changed: 6 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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)