"feat: migrate back to mkdocs from zensical"
This reverts commit 02491b6950.
This commit is contained in:
parent
02491b6950
commit
0096c7dcd2
3 changed files with 37 additions and 48 deletions
33
mkdocs.yml
Normal file
33
mkdocs.yml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
# general
|
||||
site_name: "Siempie's Docs"
|
||||
site_url: "https://docs.simoncor.net"
|
||||
repo_url: "https://gitlab.simoncor.net/oci/docs-simoncor-net"
|
||||
|
||||
# extensions
|
||||
markdown_extensions:
|
||||
- "admonition"
|
||||
- "codehilite"
|
||||
- "footnotes"
|
||||
- toc:
|
||||
permalink: true
|
||||
separator: "_"
|
||||
|
||||
# theme
|
||||
theme:
|
||||
name: "material"
|
||||
features:
|
||||
- "content.code.copy"
|
||||
- "navigation.top"
|
||||
- "navigation.tracking"
|
||||
palette:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: "default"
|
||||
toggle:
|
||||
icon: "material/brightness-7"
|
||||
name: "Switch to dark mode"
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: "slate"
|
||||
toggle:
|
||||
icon: "material/brightness-4"
|
||||
name: "Switch to light mode"
|
||||
Loading…
Add table
Add a link
Reference in a new issue