Skip to content

Commit 7d2eedc

Browse files
author
Enda Phelan
committed
add themes
1 parent a81ab8f commit 7d2eedc

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "themes/ananke"]
2+
path = themes/ananke
3+
url = https://github.com/budparr/gohugo-theme-ananke.git
4+
[submodule "themes/kiss"]
5+
path = themes/kiss
6+
url = https://github.com/ribice/kiss.git

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
baseURL = "http://example.org/"
22
languageCode = "en-us"
33
title = "My New Hugo Site"
4+
theme = "ananke"

themes/ananke

Submodule ananke added at 3c73243

themes/kiss

Submodule kiss added at f6b1406

0 commit comments

Comments
 (0)