Initial commit

This commit is contained in:
Sebastian H. Gabrielli 2024-01-04 20:25:14 +01:00
commit b24d6bf37c
8 changed files with 1384 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-theme-monochrome"]
path = themes/hugo-theme-monochrome
url = https://github.com/kaiiiz/hugo-theme-monochrome.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
config.toml Normal file
View File

@ -0,0 +1,4 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'OV Public Demo Site'
theme = "hugo-theme-monochrome"

BIN
hugo Executable file

Binary file not shown.

View File

@ -0,0 +1 @@
{"Target":"style.css","MediaType":"text/css","Data":{}}

@ -0,0 +1 @@
Subproject commit 960a29aca460b100a9191950280c0e71f18323d8