Added Repository Variables
This commit is contained in:
@@ -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'
|
||||
[project]
|
||||
site_name = "Bunny Lab"
|
||||
site_description = "Homelab Knowledgebase"
|
||||
site_description = "Server, Script, Workflow, and Networking Documentation"
|
||||
site_author = "Nicole Rappe"
|
||||
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]
|
||||
variant = "classic"
|
||||
@@ -62,7 +65,6 @@ language = "en"
|
||||
features = [
|
||||
"announce.dismiss",
|
||||
"content.action.edit",
|
||||
"content.action.view",
|
||||
"content.code.annotate",
|
||||
"content.code.copy",
|
||||
"content.code.select",
|
||||
|
||||
Reference in New Issue
Block a user