-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (67 loc) · 1.95 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
site_name: Vector Search | Weekly Topics & News
site_description: an example blog set up following the tutorial
site_url: http://www.vectorsearch.tech
theme:
name: material
icon:
logo: material/rocket-launch-outline
palette:
scheme: slate
primary: black
accent: red
font:
text: Samurai
code: Roboto Mono
features:
- navigation.tabs
- navigation.path
- navigation.footer
- content.code.copy
- content.code.select
- content.code.annotate
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
repo_url: https://github.com/davidmyriel/blog
repo_name: davidmyriel/blog
plugins:
- tags:
tags_file: tags.md
- search
- blog:
blog_dir: .
extra:
generator: false
analytics:
provider: google
property: G-VT22GS7WB4
consent:
title: Cookie consent
description: > # (1)
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
social:
- icon: fontawesome/brands/github
link: https://github.com/davidmyriel
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/squidfunk/mkdocs-material/
- icon: fontawesome/brands/python
link: https://pypi.org/project/mkdocs-material/
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@squidfunk
- icon: fontawesome/brands/x-twitter
link: https://x.com/davidmyriel
copyright: Copyright © 2024 David Myriel | Opinions expressed are solely my own and do not express the views or opinions of my employer.