Added Repository Variables
All checks were successful
GitOps Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 4s
GitOps Automatic Documentation Deployment / Sync Docs to https://docs.bunny-lab.io (push) Successful in 6s

This commit is contained in:
2026-01-27 01:23:52 -07:00
parent ed17b943a4
commit bb2e9d4087

View File

@@ -52,9 +52,12 @@ Now we want to set some sensible defaults for Zensical to style it to look as cl
sudo tee /srv/zensical/zensical.toml > /dev/null <<'EOF' sudo tee /srv/zensical/zensical.toml > /dev/null <<'EOF'
[project] [project]
site_name = "Bunny Lab" site_name = "Bunny Lab"
site_description = "Homelab Knowledgebase" site_description = "Server, Script, Workflow, and Networking Documentation"
site_author = "Nicole Rappe" site_author = "Nicole Rappe"
site_url = "https://kb.bunny-lab.io/" site_url = "https://kb.bunny-lab.io/"
repo_url = "https://git.bunny-lab.io/bunny-lab/docs"
repo_name = "bunny-lab/docs"
edit_uri = "_edit/main/"
[project.theme] [project.theme]
variant = "classic" variant = "classic"
@@ -62,7 +65,6 @@ language = "en"
features = [ features = [
"announce.dismiss", "announce.dismiss",
"content.action.edit", "content.action.edit",
"content.action.view",
"content.code.annotate", "content.code.annotate",
"content.code.copy", "content.code.copy",
"content.code.select", "content.code.select",