certwarden-deploy/docs/config.toml

55 lines
1.6 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-30 14:09:53 +02:00
headingPre = '<script defer src="https://esseles.adora.codes/script.js" data-website-id="fe4ec517-25b2-4e0d-b502-6bd3a7420849"></script>'
2024-07-31 15:34:25 +02:00
disableExplicitIndexURLs = true
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