parent
b6d4b80f98
commit
11da31ba4f
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/ananke"]
|
||||||
|
path = themes/ananke
|
||||||
|
url = https://github.com/budparr/gohugo-theme-ananke.git
|
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
@ -0,0 +1,4 @@
|
|||||||
|
baseURL = "http://example.org/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "My New Hugo Site"
|
||||||
|
theme = "ananke"
|
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 75d661632a522ac414654d5234f9a447396b0274
|
Loading…
Reference in new issue