first bunch of content

This commit is contained in:
jtbx 2025-11-21 21:25:52 +01:00
commit 5bca4429fd
18 changed files with 215 additions and 0 deletions

45
mkdocs.yml Normal file
View file

@ -0,0 +1,45 @@
site_name: c3voc Handbook
repo_url: https://git.hamburg.ccc.de/jtbx/c3voc-docs
copyright: CC BY 4.0
markdown_extensions:
- smarty
theme:
name: shadcn
show_title: true
show_stargazers: false
pygments_style:
light: shadcn-light
dark: github-dark
icon: oui:documentation
#icon: assets/voctocat.svg
topbar_sections: false
show_datetime: false
# theme:
# name: material
# plugins:
# # - optimize # TODO: needs additional dependencies, see https://squidfunk.github.io/mkdocs-material/plugins/requirements/image-processing/
# palette:
# # Palette toggle for automatic mode
# - media: "(prefers-color-scheme)"
# toggle:
# icon: material/brightness-auto
# name: Switch to light mode
# # Palette toggle for light mode
# - media: "(prefers-color-scheme: light)"
# scheme: default
# toggle:
# icon: material/weather-sunny
# name: Switch to dark mode
# primary: blue-grey
# accent: blue-grey
# # Palette toggle for dark mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/weather-night
# name: Switch to system preference
# primary: pink
# accent: pink