first commit

This commit is contained in:
spetznas
2026-04-13 11:44:34 +02:00
commit 76137462f6
11 changed files with 13 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
public/
resources/_gen/
.hugo_build.lock
.DS_Store

0
README.md Normal file
View File

5
archetypes/default.md Executable file
View File

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

0
assets/.gitkeep Normal file
View File

0
content/.gitkeep Normal file
View File

0
data/.gitkeep Normal file
View File

3
hugo.toml Executable file
View File

@@ -0,0 +1,3 @@
baseURL = 'https://example.org/'
locale = 'en-us'
title = 'My New Hugo Project'

0
i18n/.gitkeep Normal file
View File

0
layouts/.gitkeep Normal file
View File

0
static/.gitkeep Normal file
View File

Submodule themes/hugo-theme-terminal added at 4acd067c48