Skip to content

Commit 3325195

Browse files
committed
Add theme LoveIt
1 parent c55dc46 commit 3325195

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.hugo_build.lock

Whitespace-only changes.

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)