Global theme config
mkdocs-material2014 supports following configuration options.
Note
To make a good color choice, consider choosing one of OG Material colors.
primary_color
Primary doc color in CSS format.
section_color
Override primary color for certain section.
page_color
Override primary color for certain page.
footer_links
Links to place in sidebar footer.
syntax_scheme
Syntax scheme to use for highlighting. Options:
materialprimary-colornone(use when you want to define custom scheme via css)
Default: material
glossary_header_bg
Background color for glossary modal header.
Default: "#FFC107"
Page config
Each page can be configured with meta (frontmatter):
hide-toc
true/false.
Hide table of contents (on the right).
Visible by default.
hide-footer
true/false.
Hide footer prev/next navigation.
Visible by default.
zoom-media
list of strings
List of CSS selectors of elements that will support zoom on click.
Default: ["img"]
To disable, set to empty list.
toc-depth
number, one of 1, 2, 3, 4
Specifies how deep the ToC should be.
Default: 2
force-cool-start
bool
If overridden to be set to true, forces a cool page start to display.
Default: unset