first bunch of content
This commit is contained in:
parent
d4604bf2de
commit
8b621aa4b5
18 changed files with 214 additions and 0 deletions
44
mkdocs.yml
Normal file
44
mkdocs.yml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
site_name: c3voc Handbook
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue