Skip to content

Commit

Permalink
updated themeing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomciardi committed Oct 28, 2024
1 parent 6fbdfbf commit d509b45
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
File renamed without changes.
58 changes: 29 additions & 29 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,49 @@ site_name: pointextract
site_url: https://cwru-sdle.github.io/pointextract
theme:
name: material
font:
text: Merriweather Sans
code: Red Hat Mono
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
- navigation.footer
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
# dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon: material/weather-sunny
name: Dark mode
primary: teal
accent: lime
accent: deep purple

plugins:
- search
- mkdocstrings
# light mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep orange

markdown_extensions:
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- md_in_html

plugins:
- search
- mkdocstrings

copyright: |
&copy; 2024 <a href="https://mds3-coe.com/" target="_blank" rel="noopener">The Center for Materials Data Science for Stockpile Stewardship</a>

0 comments on commit d509b45

Please sign in to comment.