feat: migrate from mkdocs to zensical
This commit is contained in:
parent
9637076776
commit
02491b6950
3 changed files with 48 additions and 37 deletions
42
zensical.config.json
Normal file
42
zensical.config.json
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"site_name": "Siempie's Docs",
|
||||
"site_url": "https://docs.simoncor.net",
|
||||
"repo_url": "https://gitlab.simoncor.net/oci/docs-simoncor-net",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"markdown_extensions": [
|
||||
"admonition",
|
||||
"codehilite",
|
||||
"footnotes",
|
||||
{
|
||||
"toc": {
|
||||
"permalink": true,
|
||||
"separator": "_"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue