initial commit
This commit is contained in:
commit
cbcb340697
199 changed files with 9449 additions and 0 deletions
30
hugo.toml
Normal file
30
hugo.toml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue