forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
203 lines (197 loc) · 5.64 KB
/
mkdocs.yml
File metadata and controls
203 lines (197 loc) · 5.64 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
site_name: Evaluation Context
site_url: https://evaluationcontext.github.io/
repo_url: https://github.com/EvaluationContext/evaluationcontext.github.io
repo_name: EvaluationContext
site_author: Jake Duddy
site_description: A blog about the Microsoft BI stack (Microsoft Fabric, Power BI, SQL, SSAS, DAX)
copyright: >
Copyright © 2024 - 2026 Jake Duddy -
<a href="/privacy/">Privacy Policy</a> -
<a href="#__consent">Change cookie settings</a>
theme:
name: material
custom_dir: overrides
language: en
favicon: assets/images/favicon.ico
logo: assets/images/avatar.png
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: pink
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: pink
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
features:
# - announce.dismiss
# - content.action.edit
# - content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.tooltips
# - content.footnote.tooltips
# - content.tabs.link
# - header.autohide
# - navigation.expand
- navigation.indexes
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
# - navigation.footer
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.path
- toc.follow
# - toc.integrate
extra:
google_site_verification: q73FZa2aE8cJGaBO5VjdcGjbOCyFq8twAw342e5nT4c
analytics:
provider: google
property: G-QLDJ0V4NT0
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/jakeduddy/
name: Jake Duddy
- icon: fontawesome/brands/github
link: https://github.com/EvaluationContext
name: EvaluationContext
- icon: material/microsoft
link: https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1231947
name: Fabric Community
- icon: material/rss
link: https://evaluationcontext.github.io/feed_rss_created.xml
name: RSS Feed
consent:
title: Cookie consent
description: >-
We use cookies to measure and analyze how visitors interact with our site.
This helps us understand what content is most valuable and improve your experience.
You can change your preferences at any time.
actions:
- accept
- manage
- reject
annotate:
json: [.s2]
plugins:
- search
- charts
- glightbox
- blog:
# blog_toc: true
post_url_format: "{slug}"
blog_dir: .
- rss:
match_path: "posts/.*"
date_from_meta:
as_creation: date.created
as_update: date.updated
datetime_format: "%Y-%m-%d"
default_time: "00:00"
default_timezone: "UTC"
categories:
- categories
image: https://evaluationcontext.github.io/assets/images/avatar.png
json_feed_enabled: true
rss_feed_enabled: true
pretty_print: false
feed_ttl: 1440
length: 100
comments_path: "#__comments"
url_parameters:
utm_source: "rss-feed"
utm_medium: "RSS"
utm_campaign: "blog-syndication"
extra_css:
- assets/css/extra.css
- assets/css/hero-image.css
- assets/css/codeblock.css
- assets/css/button.css
- assets/css/blogCards.css
- assets/css/posts.css
- assets/css/blogIndex.css
- assets/css/glightbox-custom.css
- assets/css/pill.css
- assets/css/colorBlocks.css
- assets/css/pages.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
- assets/js/lazy-images.js
- assets/js/hero-scroll.js
- assets/js/interactions.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
normalize_issue_symbols: true
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/mkdocs.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- pymdownx.tabbed:
alternate_style: true
combine_header_slug: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- Blog:
- index.md
- About: about.md
- Presentations: presentations.md
- Projects: projects.md