next try on logo
Some checks failed
Build and Publish Site / docker (push) Failing after 2s

This commit is contained in:
2026-02-05 10:54:10 +01:00
parent c2aee7eac2
commit 6b79821ddb
3 changed files with 23 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

BIN
docs/images/EPICS_new.PNG Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -28,6 +28,18 @@ copyright = """
Copyright © 2026 Paul Scherrer Institute
"""
# Zensical supports both implicit navigation and explicitly defined navigation.
# If you decide not to define a navigation here then Zensical will simply
# derive the navigation structure from the directory structure of your
# "docs_dir". The definition below demonstrates how a navigation structure
# can be defined using TOML syntax.
#
# Read more: https://zensical.org/docs/setup/navigation/
nav = [
{ "Home" = "index.md" },
{ "Official EPICS documentation" = "https://docs.epics-controls.org/en/latest/"}
]
# ----------------------------------------------------------------------------
# Section for configuring theme options
# ----------------------------------------------------------------------------
@@ -40,13 +52,13 @@ language = "en"
# of the documentation site.
features = [
# Zensical includes an announcement bar. This feature allows users to
# dismiss it then they have read the announcement.
# dismiss it when they have read the announcement.
"announce.dismiss",
# If you have a repository configured and turn feature this on, Zensical
# will generate an edit button for the page. This works for common
# repository hosting services.
"content.action.edit",
# "content.action.edit",
# Code annotations allow you to add an icon with a tooltip to your
# code blocks to provide explanations at crucial points.
@@ -70,6 +82,13 @@ features = [
# at the same time when the user chooses their language in one.
"content.tabs.link",
# When tabs are enabled, top-level sections are rendered in a menu layer
# below the header
# When sticky tabs are enabled, navigation tabs will lock below the header
# and always remain visible when scrolling down.
"navigation.tabs",
"navigation.tabs.sticky"
"content.tooltips",
# This feature turns on navigation elements in the footer that allow the
@@ -129,6 +148,6 @@ toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"
[project.theme.icon]
logo = "simple/gitea"
#logo = "images/EPICS_black_blue_logo_rgb_small_v03.jpg"
#logo = "simple/gitea"
logo = "images/EPICS_new.PNG"
repo = "simple/gitea"