mirror of
https://codeberg.org/Mercury-IM/website
synced 2024-11-21 14:52:08 +01:00
Use hyde layout
This commit is contained in:
parent
79fac88732
commit
a082067f5f
3 changed files with 17 additions and 2 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/hyde"]
|
||||
path = themes/hyde
|
||||
url = https://github.com/spf13/hyde.git
|
15
config.toml
15
config.toml
|
@ -1,3 +1,14 @@
|
|||
baseURL = "http://example.org/"
|
||||
baseURL = "https://mercury-im.org"
|
||||
languageCode = "en-us"
|
||||
title = "My New Hugo Site"
|
||||
title = "Mercury IM"
|
||||
theme = "hyde"
|
||||
|
||||
[Menus]
|
||||
main = [
|
||||
{Name = "Source Code", URL = "https://codeberg.org/Mercury-IM/Mercury-IM"},
|
||||
{Name = "Download", URL = "https://example.org"}
|
||||
]
|
||||
|
||||
[params]
|
||||
layoutReverse = true
|
||||
description = "A Freedom Respecting Instant Messenger"
|
||||
|
|
1
themes/hyde
Submodule
1
themes/hyde
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 62d338fedbf909178823a299e79d14a947ac6335
|
Loading…
Reference in a new issue