first commit

This commit is contained in:
selene 2026-02-14 23:03:08 +01:00
commit 384567df50
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0
44 changed files with 501 additions and 0 deletions

8
hugo.toml Normal file
View file

@ -0,0 +1,8 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'
theme = 'webbed-theme'
# https://stackoverflow.com/questions/61292854/with-hugo-can-we-use-html-code-in-a-md-file
[markup.goldmark.renderer]
unsafe = true