certwarden-deploy/docs/config.toml

54 lines
1.4 KiB
TOML
Raw Normal View History

2024-07-12 13:04:33 +02:00
baseURL = 'https://certwarden-deploy.adora.codes/'
languageCode = 'en-us'
title = 'certwarden-deploy'
2024-07-28 17:58:52 +02:00
author = ""
2024-07-12 13:04:33 +02:00
2024-07-28 17:58:52 +02:00
theme = "github.com/McShelby/hugo-theme-relearn"
repo = "https://code.lila.network/adoralaura/certwarden-deploy"
2024-07-12 13:04:33 +02:00
2024-07-28 17:58:52 +02:00
enableGitInfo = true
enableRobotsTXT = true
uniqueHomePage = false # change to false to add sidebar to homepage
2024-07-12 13:04:33 +02:00
[params]
2024-07-28 17:58:52 +02:00
disableLandingPageButton = false
disableLanguageSwitchingButton = false
editURL = "https://code.lila.network/adoralaura/certwarden-deploy/_edit/main/docs/content/${FilePath}"
externalLinkTarget = "_blank"
2024-07-12 13:04:33 +02:00
2024-07-29 20:30:56 +02:00
[params.author]
name = 'Adora Laura Kalb'
2024-07-28 17:58:52 +02:00
2024-07-29 20:30:56 +02:00
[outputs]
home = ['html', 'rss', 'search']
2024-07-28 17:58:52 +02:00
[menu]
[[menu.shortcuts]]
identifier = 'ds'
2024-07-29 12:46:57 +02:00
name = "<i class='fa-fw fas fa-code-branch'></i> certwarden-deploy Git Repository"
2024-07-28 17:58:52 +02:00
url = 'https://code.lila.network/adoralaura/certwarden-deploy'
weight = 10
[[menu.shortcuts]]
2024-07-29 12:46:57 +02:00
name = "<i class='fa-fw fas fa-arrow-up-right-from-square'></i> CertWarden GitHub"
2024-07-28 17:58:52 +02:00
url = 'showcase/'
weight = 11
[[menu.shortcuts]]
identifier = 'hugodoc'
2024-07-29 12:46:57 +02:00
name = "<i class='fa-fw fas fa-arrow-up-right-from-square'></i> CertWarden Website"
2024-07-28 17:58:52 +02:00
url = 'https://gohugo.io/'
weight = 20
2024-07-29 12:46:57 +02:00
# [[menu.shortcuts]]
# name = "<i class='fa-fw fas fa-bullhorn'></i> Credits"
# url = 'more/credits/'
# weight = 30
#
# [[menu.shortcuts]]
# name = "<i class='fa-fw fas fa-tags'></i> Tags"
# url = 'tags/'
# weight = 40