Skip to content

Commit

Permalink
+ shiny plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtlePU committed Oct 6, 2024
1 parent f53de80 commit 707cb5d
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ site_name: Church of Church project site
site_url: https://church-of-church-hse.github.io
theme:
name: material
features:
- header.autohide
- navigation.footer
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
palette:
- media: "(prefers-color-scheme)"
toggle:
Expand All @@ -19,3 +27,37 @@ theme:
toggle:
icon: material/brightness-4
name: Switch to dark mode
plugins:
- privacy
- search
- social
- tags:
tags_file: tags.md
markdown_extensions:
- abbr
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
pygments_lang_class: true
auto_title: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Church-of-Church-HSE/
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js

0 comments on commit 707cb5d

Please sign in to comment.