forked from fablabbcn/mdef-template
-
Notifications
You must be signed in to change notification settings - Fork 21
/
mkdocs.yml
114 lines (105 loc) · 2.79 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
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
# Replace the text below to customize your site
site_name: Nombre Estudiante - UTEC & Fab Lab Barcelona
site_description: Master in Design for Emergent Futures
site_author: Nombre Estudiante
copyright: Copyleft 2024 "Nombre Estudiante" - GNU Free Documentation License
repo_name: 'Name : Github Repo'
site_url: https://fablabbcn.github.io/efdi-template/
repo_url: https://github.com/fablabbcn/efdi-template
nav:
- Home: index.md
- About: about/me.md
- Modulos Técnicos :
- MT01: tecnicos/mt01.md
- MT02: tecnicos/mt02.md
- Modulos Diseño :
- MD01: diseno/md01.md
- Modulos Innovación :
- MI01: inn/mi01.md
- Proyecto Integrador:
- Ideas Iniciales: proyecto/proyecto.md
- Referencias:
- web: ref/web.md
extra:
social:
# For other social icons at https://squidfunk.github.io/mkdocs-material/setup/adding-social-links/
- icon: fontawesome/brands/medium
link: https://medium.com/
- icon: fontawesome/brands/instagram
link: https://instagram.com/
- icon: fontawesome/brands/twitter
link: https://twitter.com/
- icon: fontawesome/brands/linkedin
link: "https://www.linkedin.com/in/"
- icon: fontawesome/brands/github
link: "https://github.com/"
theme:
name: material
palette:
# try other colors https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
primary: custom
accent: purple
font:
# See available fonts at https://fonts.google.com/
text: Be Vietnam
code: Cutive Mono
icon:
logo: material/memory
favicon: images/favicon.svg
features:
- instant
- navigation.expand
- navigation.indexes
- navigation.instant
# - navigation.prune
# - navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
markdown_extensions:
- extra
- smarty
- admonition
- pymdownx.details
- pymdownx.superfences
- codehilite:
guess_lang: false
- toc:
permalink: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- md_in_html
- 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.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path: 'docs'
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- attr_list
- pymdownx.tabbed
extra_css:
- stylesheets/extra.css
- https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css