initial commit

This commit is contained in:
Josia Pietsch 2025-05-24 15:04:39 +02:00
commit cbcb340697
Signed by: jrpie
GPG key ID: E70B571D66986A2D
199 changed files with 9449 additions and 0 deletions

30
hugo.toml Normal file
View file

@ -0,0 +1,30 @@
baseURL = 'https://example.org/'
languageCode = 'en-dk'
title = 'μLauncher'
theme = 'hugo-book'
[params]
BookTheme = 'light'
BookLogo = '/images/logo.png'
BookSection = '*'
BookSearch = true
BookDateFormat = '2002-02-01'
[module]
[[module.imports]]
disable = false
ignoreConfig = true
ignoreImports = true
path = "launcher"
[[module.imports.mounts]]
source="docs"
target="content/docs"
[[module.imports.mounts]]
source="fastlane/metadata/android/en-US/images/"
target="static/images/"
[markup.goldmark.renderer]
unsafe = true