-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
138 lines (129 loc) · 3.32 KB
/
mkdocs.yaml
File metadata and controls
138 lines (129 loc) · 3.32 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
site_name: Data Teller
copyright: "Copyright © 2024, Data Teller Team"
docs_dir: ./docs/
repo_url: https://github.com/datateller-org
site_dir: ./build/
site_url: https://datateller-org.github.io
site_description: 'Data Teller - Data Service'
site_author: 'Ivan Ogasawara'
theme:
name: 'material'
custom_dir: 'docs/theme'
favicon: 'images/favicon.ico'
logo: '/assets/img/favicons/logo-small-3.png'
icon:
repo: simple/github
admonition:
note: octicons/pencil-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/comment-16
tag:
# mc: material/cube
# spigot: fontawesome/solid/faucet-drip
# paypal: fontawesome/brands/paypal
# java: fontawesome/brands/java
# discord: fontawesome/brands/discord
# mastodon: fontawesome/brands/mastodon
# twitter: fontawesome/brands/twitter
palette:
scheme: 'slate'
primary: 'custom'
accent: 'blue'
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- content.code.annotate
extra_css:
- assets/css/extra.css
extra_javascript:
- assets/js/timeago.min.js
- assets/js/timeago_mkdocs_material.js
watch:
- docs
- docs/theme
extra:
social:
tags:
manifest: docs/assets/img/site.webmanifest
nav:
- Main Page: index.md
- Blog:
- blog/index.md
- Tags: blog/tags.md
plugins:
- search
- blog:
blog_dir: docs/blog
blog_toc: true
authors: true
post_date_format: 'dd. MMM yyyy'
post_url_date_format: yyyy
post_url_format: '{date}/{file}'
archive: true
archive_url_format: '{date}'
pagination_format: "$link_first $link_previous ~2~ $link_next $link_last"
draft_if_future_date: true
- rss:
match_path: docs/blog/posts/*
categories:
- categories
- tags
comments_path: '#__comments'
- tags:
tags_file: blog/tags.md
# - git-revision-date-localized:
# type: custom
# timezone: Europe/Zurich
# locale: en
# custom_format: '%d. %B %Y'
# exclude:
# - blog/index.md
# - blog/posts/index.md
# - blog/posts/tags.md
- glightbox
markdown_extensions:
- markdown.extensions.meta:
- markdown.extensions.attr_list:
- markdown.extensions.footnotes:
PLACE_MARKER: "<!-- Footnotes -->"
- markdown.extensions.toc:
permalink: true
- markdown.extensions.md_in_html:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
- pymdownx.magiclink:
- pymdownx.smartsymbols:
- pymdownx.snippets:
base_path: 'theme/snippets'
- pymdownx.superfences:
- pymdownx.tilde:
- pymdownx.blocks.admonition:
types:
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote
- pymdownx.blocks.details:
- pymdownx.blocks.tab:
alternate_style: true