diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07b5637 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +public +.hugo_build.lock diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..dd151f1 --- /dev/null +++ b/hugo.toml @@ -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" diff --git a/themes/glim-midnight b/themes/glim-midnight new file mode 160000 index 0000000..ee3f766 --- /dev/null +++ b/themes/glim-midnight @@ -0,0 +1 @@ +Subproject commit ee3f76679a12713340b9cdd72cdbba1e3c630e75