chore(src): reinit theme configuration
- remove theme inheritance - remove redundant theme options
This commit is contained in:
parent
6df0264776
commit
d2b1f9f913
1 changed files with 1 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
[theme]
|
[theme]
|
||||||
inherit = "basic"
|
inherit = "none"
|
||||||
stylesheets = [
|
stylesheets = [
|
||||||
"assets/style/theme.css",
|
"assets/style/theme.css",
|
||||||
]
|
]
|
||||||
|
|
@ -9,16 +9,6 @@ sidebars = [
|
||||||
"sourcelink.html",
|
"sourcelink.html",
|
||||||
"searchbox.html",
|
"searchbox.html",
|
||||||
]
|
]
|
||||||
# Style names from https://pygments.org/styles/
|
|
||||||
pygments_style = { default = "style_name", dark = "dark_style" }
|
pygments_style = { default = "style_name", dark = "dark_style" }
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
nosidebar = false
|
|
||||||
sidebarwidth = 230
|
|
||||||
body_min_width = 360
|
|
||||||
body_max_width = 800
|
|
||||||
navigation_with_keys = False
|
|
||||||
enable_search_shortcuts = True
|
|
||||||
globaltoc_collapse = true
|
|
||||||
globaltoc_includehidden = false
|
|
||||||
globaltoc_maxdepth =
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue