-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
62 lines (56 loc) · 1.6 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
site_name: Cheatsheets
site_url: https://cheatsheets.woernfl.xyz
theme:
name: material
language: en
logo: assets/images/logo.png
favicon: assets/images/logo.png
icon:
edit: material/pencil
features:
- content.action.edit
- navigation.instant
- navigation.instant.progress
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
repo_name: 'woernfl/cheatsheets'
repo_url: 'https://github.com/woernfl/cheatsheets'
copyright: 'Copyright © 2017 - 2023 Florian Woerner'
extra:
social:
- icon: fontawesome/solid/globe
link: https://blog.woernfl.xyz/
name: Woernfl's blog
- icon: fontawesome/brands/github
link: https://github.com/woernfl
name: Woernfl on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/woernfl
name: Woernfl on Twitter
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/woernfl
name: Woernfl on Linkedin
consent:
title: Cookie consent
description: >-
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.
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
plugins:
- social
- search
- git-revision-date-localized:
enable_creation_date: true
type: timeago
fallback_to_build_date: true
locale: en
- minify:
minify_html: true