From e834321b276b38e58f0358f4536342d1cecb6dea Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 19 Jul 2026 01:35:08 +0200 Subject: [PATCH 1/2] Hide top tabs in page style Use a README-level style override to hide md-tabs while keeping the existing left menu unchanged. Remove ineffective data-URI extra_css override. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/zensical.toml | 1 - README.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/zensical.toml b/.github/zensical.toml index 717067d..9bbfbc6 100644 --- a/.github/zensical.toml +++ b/.github/zensical.toml @@ -2,7 +2,6 @@ site_name = "-{{ REPO_NAME }}-" repo_name = "-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-" repo_url = "https://github.com/-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-" -extra_css = ["data:text/css,.md-tabs%7Bdisplay%3Anone%20!important%3B%7D"] [project.theme] language = "en" diff --git a/README.md b/README.md index 676a334..68db4f3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Home + + {{ DESCRIPTION }} ## Prerequisites From c89b72ec9e279a23551503644f4653fdde266f28 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 19 Jul 2026 02:00:58 +0200 Subject: [PATCH 2/2] Expand left nav by default Enable navigation.expand in the Zensical theme features so first-level sidebar groups are expanded by default. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/zensical.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/zensical.toml b/.github/zensical.toml index 9bbfbc6..cdfe063 100644 --- a/.github/zensical.toml +++ b/.github/zensical.toml @@ -22,6 +22,7 @@ features = [ "navigation.instant", "navigation.instant.progress", "navigation.indexes", + "navigation.expand", "navigation.top", "navigation.tracking", "search.share",