ADD hugo
Some checks failed
build-to-pages / build (push) Failing after 1m29s
build-to-pages / push (push) Failing after 2s

This commit is contained in:
Hoernschen 2023-10-23 09:41:09 +02:00
parent 977455ce1d
commit 07ca7f15a7
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
4 changed files with 14 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "themes/gokarna"]
path = themes/gokarna
url = https://github.com/526avijitgupta/gokarna.git

6
archetypes/default.md Normal file
View file

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

4
config.toml Normal file
View file

@ -0,0 +1,4 @@
theme = 'gokarna'
baseURL = 'https://hoernschen.nutfactory.page/'
languageCode = 'en-us'
title = 'Hoernschen'

1
themes/gokarna Submodule

@ -0,0 +1 @@
Subproject commit b5d5d46185e4e95b907913ba45f5e1620c06d945