Build and Publish Site / docker (push) Successful in 3s
feat: add Gitea Pages documentation --------- Co-authored-by: Benjamin Labrecque <labrecque.benji@gmail.com> Reviewed-on: #43
57 lines
1.2 KiB
TOML
57 lines
1.2 KiB
TOML
[project]
|
|
repo_url = "https://gitea.psi.ch/sls/hla_framework_bd"
|
|
edit_uri = "_edit/main/docs/"
|
|
|
|
site_name = "SLS 2.0 High Level Applications Framework"
|
|
|
|
site_description = """
|
|
Documentation for SLS 2.0 High Level Applications Framework
|
|
"""
|
|
|
|
site_author = "Paul Scherrer Institute"
|
|
|
|
site_url = "https://sls.pages.psi.ch/hla_framework_bd/"
|
|
|
|
copyright = """
|
|
Copyright © 2026 Paul Scherrer Institute
|
|
"""
|
|
|
|
language = "en"
|
|
|
|
features = [
|
|
"announce.dismiss",
|
|
"content.action.edit",
|
|
"content.code.annotate",
|
|
"content.code.copy",
|
|
"content.code.select",
|
|
"content.footnote.tooltips",
|
|
"content.tabs.link",
|
|
"content.tooltips",
|
|
"navigation.footer",
|
|
"navigation.indexes",
|
|
"navigation.instant",
|
|
"navigation.instant.prefetch",
|
|
"navigation.path",
|
|
"search.highlight",
|
|
"navigation.top",
|
|
"navigation.tracking",
|
|
]
|
|
|
|
[project.theme]
|
|
# do not use google fonts
|
|
font = false
|
|
|
|
[[project.theme.palette]]
|
|
scheme = "default"
|
|
toggle.icon = "lucide/sun"
|
|
toggle.name = "Switch to dark mode"
|
|
|
|
[[project.theme.palette]]
|
|
scheme = "slate"
|
|
toggle.icon = "lucide/moon"
|
|
toggle.name = "Switch to light mode"
|
|
|
|
[project.theme.icon]
|
|
logo = "simple/gitea"
|
|
repo = "simple/gitea"
|