-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
80 lines (79 loc) · 2.2 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
site_name: Litements
site_dir: ./public
repo_name: litements
repo_url: https://github.com/litements
site_description: >-
SQLite.
# Copyright
copyright: Copyright © 2021 Ricardo Ander-Egg Aguilar
theme:
name: material
palette:
primary: orange
accent: light blue
# font: false
language: en
logo: img/litements.png
favicon: img/favicon.ico
features:
- navigation.expand
- search.suggest
- search.highlight
plugins:
- search
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
markdown_extensions:
- toc:
permalink: true
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
- pymdownx.highlight:
use_pygments: true
# https://squidfunk.github.io/mkdocs-material/reference/formatting/
- pymdownx.critic
- pymdownx.snippets
# https://squidfunk.github.io/mkdocs-material/reference/images/
# https://squidfunk.github.io/mkdocs-material/reference/buttons/
- attr_list
# https://squidfunk.github.io/mkdocs-material/reference/meta-tags/
# add meta tags like in hugo
- meta
# https://squidfunk.github.io/mkdocs-material/reference/content-tabs/
- pymdownx.tabbed
# - markdown.extensions.codehilite:
# guess_lang: false
- markdown_include.include:
base_path: docs
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/
- admonition
- codehilite
- extra
- pymdownx.superfences
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_div_format ''
# extra_css:
# - css/extra.css
# extra_javascript:
# - https://unpkg.com/[email protected]/dist/mermaid.min.js
nav:
- Introduction: "index.md"
- Queue: "queue.md"
- Dictionary: "dictionary.md"
- Counter: "counter.md"
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/litements
- icon: fontawesome/brands/discord
link: https://discord.com/
- icon: fontawesome/brands/twitter
link: https://twitter.com/ricardoanderegg
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ricardoanderegg
- icon: fontawesome/solid/globe
link: https://ricardoanderegg.com