-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·41 lines (41 loc) · 1.14 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Digital blue. My garden
repo_url: https://github.com/vesnikos/vesnikos.github.io
repo_name: vesnikos/vesnikos.github.io
copyright: © 2024 Nikos Ves. <br> The content and opinions expressed on this website are my own and not those of my employer.
markdown_extensions:
- footnotes
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.blocks.caption
- attr_list
- md_in_html
plugins:
- tags
theme:
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
name: material
language: en
features:
- content.code.copy
- content.code.annotate
- navigation.indexes
- toc.integrate
- navigation.top
validation:
anchors: warn
omitted_files: warn
remote_branch: gh-pages