forked from SkalskiP/make-sense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (55 loc) · 1.27 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
# Project information
site_name: Make Sense
site_url: https://skalskip.github.io/make-sense
site_author: Piotr Skalski
site_description: >-
Free to use online tool for labelling photos
# Repository
repo_name: 'SkalskiP/make-sense'
repo_url: 'https://github.com/SkalskiP/make-sense'
edit_uri: ""
# Copyright
copyright: Copyright © 2019 Piotr Skalski
# Customization
extra:
version: 1.8.0-alpha
social:
- icon: fontawesome/brands/github
link: https://github.com/SkalskiP
- icon: fontawesome/brands/twitter
link: https://twitter.com/PiotrSkalski92
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/piotr-skalski-36b5b4122/
# Page tree
nav:
- Home: index.md
- Import: import.md
- Export: export.md
- Shortcuts: shortcuts.md
- Local setup: local-setup.md
# Configuration
theme:
name: 'material'
palette:
primary: 'black'
accent: 'indigo'
font:
text: Roboto
code: Roboto Mono
logo: 'img/logo.png'
favicon: 'img/favicon.png'
features:
- navigation.expand
icon:
repo: fontawesome/brands/github
# Google Analytics
google_analytics:
- 'UA-155837750-2'
- 'auto'
# Extensions
markdown_extensions:
- attr_list
- def_list
- footnotes
- pymdownx.highlight
- pymdownx.superfences