Update mkdocs.yml
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 8s
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 8s
This commit is contained in:
14
mkdocs.yml
14
mkdocs.yml
@@ -1,6 +1,8 @@
|
||||
site_name: Noah's Docs
|
||||
site_url: https://pombas_n.pages.psi.ch
|
||||
|
||||
repo_url: https://gitea.psi.ch/pombas_n/gitea-pages
|
||||
edit_uri: edit/main/docs/
|
||||
|
||||
theme:
|
||||
name: material
|
||||
@@ -64,11 +66,17 @@ plugins:
|
||||
- de
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- toc:
|
||||
permalink: true
|
||||
- codehilite:
|
||||
guess_lang: false
|
||||
linenums: false
|
||||
- pymdownx.superfences
|
||||
- pymdownx.highlight
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
clickable_checkbox: true
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- pymdownx.tasklist:
|
||||
custom_checkbox: true
|
||||
clickable_checkbox: true
|
||||
|
||||
Reference in New Issue
Block a user