-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yaml
52 lines (44 loc) · 935 Bytes
/
mkdocs.yaml
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
site_name: Metrics for time logging
site_url: https://metrics.verifa.io
site_description: >-
A way to display metrics from your time logging system
# Repository
repo_name: verifa/metrics
repo_url: https://github.com/verifa/metrics
# Copyright
copyright: Copyright © 2022 Verifa
# Theme
theme:
name: material
font:
text: Outfit
features:
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- content.code.annotate
- toc.follow
# Plugins
plugins:
- awesome-pages
- search
- tags
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/verifa
extra_css:
- stylesheets/theme.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- meta
- toc:
permalink: true