forked from fablabbcn/knowledge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
80 lines (73 loc) · 1.95 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
site_name: Fab Lab BCN Knowledge Hub
site_description: Fab Lab Barcelona Knowledge Hub
site_author: Fab Lab Team
site_url: https://knowledge.fablabbcn.org
repo_name: knowledge
repo_url: https://github.com/fablabbcn/knowledge
theme:
name: 'material'
features:
- instant
- navigation.expand
- navigation.tabs
- toc.autohide
- tabs
custom_dir: 'custom_theme'
palette:
primary: 'black'
accent: 'green'
logo: 'assets/logo.svg'
favicon: 'assets/favicon.svg'
feature:
tabs: true
icon:
repo: fontawesome/brands/git-alt
extra:
social:
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/fablabbcn'
- icon: fontawesome/brands/instagram
link: 'https://www.instagram.com/fablabbcn/'
- icon: fontawesome/brands/github
link: 'https://www.instagram.com/fablabbcn/'
project: 'Fab Lab Barcelona is an innovation centre rethinking the way we live, work and play in cities. This is our open knowledge repository.'
license: 'GNU Free Documentation License (Version 1.3, 3 November 2008)'
license_link: 'https://www.gnu.org/licenses/fdl-1.3-standalone.html'
extra_css:
- stylesheets/extra.css
markdown_extensions:
- extra
- smarty
- admonition
- codehilite
- footnotes
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.highlight
- pymdownx.snippets:
base_path: 'docs'
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- attr_list
- pymdownx.tabbed
plugins:
- search
- tags
- macros
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
- 'https://buttons.github.io/buttons.js'