ADD hugo
This commit is contained in:
parent
977455ce1d
commit
07ca7f15a7
4 changed files with 14 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "themes/gokarna"]
|
||||||
|
path = themes/gokarna
|
||||||
|
url = https://github.com/526avijitgupta/gokarna.git
|
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
4
config.toml
Normal file
4
config.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
theme = 'gokarna'
|
||||||
|
baseURL = 'https://hoernschen.nutfactory.page/'
|
||||||
|
languageCode = 'en-us'
|
||||||
|
title = 'Hoernschen'
|
1
themes/gokarna
Submodule
1
themes/gokarna
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b5d5d46185e4e95b907913ba45f5e1620c06d945
|
Loading…
Reference in a new issue