Skip to content

Commit

Permalink
add more 'material for mkdocs' niceness
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmacaulay committed Sep 25, 2024
1 parent f98b386 commit cb3276b
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,34 @@ theme:
- toc.integrate
- content.action.view
- content.code.copy

- search.suggest
- search.highlight
- search.share
palette:

# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to system preference

# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to light mode

# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to dark mode

repo_url: https://github.com/ices-tools-dev/echoSMs
edit_uri: edit/main/docs/
site_url: https://ices-tools-dev.github.io/echoSMs/

plugins:
- search
Expand Down

0 comments on commit cb3276b

Please sign in to comment.