some changes
This commit is contained in:
parent
cbcb340697
commit
f9f7f955c5
183 changed files with 20 additions and 9177 deletions
17
hugo.toml
17
hugo.toml
|
@ -2,12 +2,29 @@ baseURL = 'https://example.org/'
|
|||
languageCode = 'en-dk'
|
||||
title = 'μLauncher'
|
||||
theme = 'hugo-book'
|
||||
dateFormat = "2006-01-02"
|
||||
|
||||
[menu]
|
||||
[[menu.after]]
|
||||
name = "GitHub"
|
||||
url = "https://github.com/jrpie/launcher"
|
||||
weight = 100
|
||||
[[menu.after]]
|
||||
name = "F-Droid"
|
||||
url = "https://f-droid.org/packages/de.jrpie.android.launcher/"
|
||||
weight = 100
|
||||
[[menu.after]]
|
||||
name = "Forgejo"
|
||||
url = "https://git.jrpie.de/jrpie/launcher"
|
||||
weight = 100
|
||||
|
||||
[params]
|
||||
BookTheme = 'light'
|
||||
BookLogo = '/images/logo.png'
|
||||
BookSection = '*'
|
||||
BookSearch = true
|
||||
BookDateFormat = '2002-02-01'
|
||||
BookComments = false
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue