initial commit

This commit is contained in:
pik4li 2025-01-01 02:18:40 +01:00
parent 3de3d072dd
commit 142040a4bc
4 changed files with 22 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
public
.hugo_build.lock

5
archetypes/default.md Normal file
View file

@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++

14
hugo.toml Normal file
View file

@ -0,0 +1,14 @@
baseURL = "https://contact.k4li.me/"
languageCode = "en-us"
theme = "glim-midnight"
[params]
title = "Pieck-Performance Kontakt-Seite"
phrases = ["IT-Dienstleistungen", "Security", "Open-Source", "Consulting"]
links = [
{name = "Mail", url = "mailto:info@pieck-performance.de"},
{name = "Telefon", url = "tel:017632169460"},
{name = "Github", url = "https://github.com/pik4li/"},
{name = "Wiki", url = "https://doku.pieck-performance.it"},
]
background = "bg.mp4"

1
themes/glim-midnight Submodule

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