From ee20d953de1a439270bb4ff2c2b0fb6869f80f8f Mon Sep 17 00:00:00 2001 From: foiera Date: Thu, 10 Jul 2025 18:55:46 +0200 Subject: [PATCH] =?UTF-8?q?mkdocs.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 mkdocs.yml diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..5b31c74 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,56 @@ +site_name: PSI Linux +site_description: >- + The wiki for the Paul Scherrer Institute Linux project + + +# Copyright +copyright: Copyright © 2025 Paul Scherrer Institute + +theme: + name: material + # custom_dir: overrides + palette: + - media: "(prefers-color-scheme: light)" + scheme: default + primary: teal + accent: teal + toggle: + icon: material/weather-night + name: Switch to dark mode + - media: "(prefers-color-scheme: dark)" + scheme: slate + primary: teal + accent: teal + toggle: + icon: material/weather-sunny + name: Switch to light mode + highlightjs: true + hljs_languages: + - bash + - perl + - python + - yaml + features: + - navigation.expand + - navigation.indexes + - navigation.instant + - navigation.tabs + - navigation.top + - navigation.tracking + - search.highlight + - search.suggest + - toc.integrate + - content.action.edit + - content.code.copy + # logo: assets/icon-pink.svg + # logo: assets/psi_01_ln.svg + logo: assets/psi.svg + +markdown_extensions: + - pymdownx.highlight: + anchor_linenums: true + line_spans: __span + pygments_lang_class: true + - pymdownx.inlinehilite + - pymdownx.snippets + - pymdownx.superfences \ No newline at end of file