1
0
This commit is contained in:
arne 2023-06-13 21:05:38 +02:00
parent e462f47a68
commit ed23d64e5b
6 changed files with 15 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
resources/*

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/loveit"]
path = themes/loveit
url = https://github.com/dillonzq/LoveIt.git

0
.hugo_build.lock Normal file
View File

6
archetypes/default.md Normal file
View File

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

4
hugo.yaml Normal file
View File

@ -0,0 +1,4 @@
baseURL: https://creative.br0tkasten.de/
languageCode: de
title: Creative Crafter
theme: loveit

1
themes/loveit Submodule

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