-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
132 lines (123 loc) · 3.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
site_name: ludwikc.net / pov
site_url: https://ludwikc.net
docs_dir: ludwikc-pov
exclude_docs:
ludwikc-pov/private/
ludwikc-pov/personal/
ludwikc-pov/.trash/
ludwikc-pov/_templates/
theme:
favicon: assets/images/favicon.png
name: material
language: en
icon:
# logo: logo
annotation: material/eye-circle
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch
name: Switch to dark mode
primary: black
accent: blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- navigation.path
- navigation.top
- navigation.footer
- content.tooltips
- content.action.edit
repo_url: https://github.com/ludwikc/ludwikc.github.io
repo_name: ludwikc.net/pov
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
analytics:
provider: google
property: G-CGKPMN1HP1
feedback:
title: Czy to było ciekawe?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Dzięki!
social:
- icon: fontawesome/brands/github
link: https://github.com/ludwikc
- icon: fontawesome/brands/instagram
link: https://instagram.com/ludwikc
generator: false
plugins:
# - search
# separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- git-committers:
repository: ludwikc/ludwikc.github.io
branch: main
- git-revision-date-localized:
enable_creation_date: true
- pub-obsidian:
obsidian_dir: .obsidian
links:
wikilinks_enabled: true
img_lazy: true
- pub-meta:
publish:
file_default: draft
file_warn_on_missing: true
dir_default: published
title:
key_name: title
overview:
default: auto
key_name: permalink
- pub-blog:
teaser_marker: "<!-- more -->"
searchable_non_posts: false
posts_per_page: 5
slug: blog
- pub-social:
site_name_in_title:
location: after
delimiter: " - "
- glightbox
copyright: |
© 2024 <a href="https://siadlak.com" target="_blank" rel="noopener">Ludwik C. Siadlak</a>