Compare commits
4 commits
3c7ca98709
...
fc56c807ee
Author | SHA1 | Date | |
---|---|---|---|
fc56c807ee | |||
fcab7aea63 | |||
34e7013656 | |||
ef00516556 |
6 changed files with 13 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -6,3 +6,9 @@
|
||||||
path = static/styles
|
path = static/styles
|
||||||
url = https://git.myco.systems/mycosystems/styles.git
|
url = https://git.myco.systems/mycosystems/styles.git
|
||||||
branch = main
|
branch = main
|
||||||
|
[submodule "static"]
|
||||||
|
path = static
|
||||||
|
url = https://git.myco.systems/mycosystems/favicons.git
|
||||||
|
[submodule "assets/img"]
|
||||||
|
path = assets/img
|
||||||
|
url = https://git.myco.systems/mycosystems/backgrounds.git
|
||||||
|
|
1
assets/img
Submodule
1
assets/img
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 98b2cb2b4f5f375a0aaa92b150a460faac58ca93
|
|
@ -8,13 +8,13 @@ displayName = "EN"
|
||||||
isoCode = "en"
|
isoCode = "en"
|
||||||
rtl = false
|
rtl = false
|
||||||
dateFormat = "2 January 2006"
|
dateFormat = "2 January 2006"
|
||||||
logo = "/styles/blue/android-chrome-512x512.png"
|
logo = "/blue/android-chrome-512x512.png"
|
||||||
description = "Hi, welcome to MycoSystems Web!"
|
description = "Hi, welcome to MycoSystems Web!"
|
||||||
copyright = "Articles are copyleft, no rights reserved. Thank you to the devs @ [Blowfish](https://blowfish.page)"
|
copyright = "Articles are copyleft, no rights reserved. Thank you to the devs @ [Blowfish](https://blowfish.page)"
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "MycoSystems"
|
name = "MycoSystems"
|
||||||
image = "/styles/blue/android-chrome-512x512.png"
|
image = "/blue/android-chrome-512x512.png"
|
||||||
headline = "Hi, welcome to MycoSystems Web!"
|
headline = "Hi, welcome to MycoSystems Web!"
|
||||||
bio = "Hi, welcome to MycoSystems Web!"
|
bio = "Hi, welcome to MycoSystems Web!"
|
||||||
#links = [{ github = "https://git.myco.systems/explore" }]
|
#links = [{ github = "https://git.myco.systems/explore" }]
|
|
@ -9,8 +9,8 @@ mainSections = ["services"]
|
||||||
|
|
||||||
disableImageOptimization = false
|
disableImageOptimization = false
|
||||||
|
|
||||||
defaultBackgroundImage = "/styles/backgrounds/single-brick.png"
|
defaultBackgroundImage = "img/single-brick.png"
|
||||||
defaultFeaturedImage = "/styles/backgrounds/single-brick.png"
|
defaultFeaturedImage = "img/single-brick.png"
|
||||||
|
|
||||||
highlightCurrentMenuArea = true
|
highlightCurrentMenuArea = true
|
||||||
smartTOC = true
|
smartTOC = true
|
||||||
|
@ -28,7 +28,7 @@ showScrollToTop = true
|
||||||
|
|
||||||
[homepage]
|
[homepage]
|
||||||
layout = "background"
|
layout = "background"
|
||||||
homepageImage = "/styles/backgrounds/single-brick.png"
|
homepageImage = "img/single-brick.png"
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 6
|
showRecentItems = 6
|
||||||
showMoreLink = false
|
showMoreLink = false
|
||||||
|
|
1
static
Submodule
1
static
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e45e3acf9cade81df85905b4e33824f96cf49ae8
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 951a3bc1aaaef76d6006ab420bb1458c7ab6c23d
|
|
Loading…
Add table
Reference in a new issue