Add mkdocs.yml
This commit is contained in:
46
mkdocs.yml
Normal file
46
mkdocs.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
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
|
||||
# logo: assets/icon-pink.svg
|
||||
# logo: assets/psi_01_ln.svg
|
||||
logo: assets/psi.svg
|
||||
Reference in New Issue
Block a user