forked from ml-hispano/ml-hispano.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
79 lines (70 loc) · 1.74 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
# Project information
site_name: 'ML-Hispano @ Github'
site_description: 'Portal Github de ML-Hispano'
site_author: 'ML-Hispano'
site_url: 'https://machinelearninghispano.com'
# Repository
repo_name: 'ml-hispano/ml-hispano.github.io'
repo_url: 'https://github.com/ml-hispano/ml-hispano.github.io'
# Copyright
copyright: 'Copyright © 2020 ML-Hispano'
# Configuration
theme:
name: 'material'
language: 'en'
palette:
primary: 'indigo'
accent: 'indigo'
font:
text: 'Roboto'
code: 'Roboto Mono'
# Avoid collision with gh-pages
docs_dir: 'mkdocs'
site_dir: 'docs'
# Query string example
edit_uri: edit/master/mkdocs/
# Customization
# extra_css:
# - https://unpkg.com/[email protected]/dist/mermaid.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
extra:
manifest: 'manifest.webmanifest'
social:
- type: 'github'
link: 'https://github.com/ml-hispano'
- type: 'twitter'
link: 'https://twitter.com/MLHispano'
- type: 'slack'
link: 'https://bit.ly/3cfWqL8'
# Google Analytics
google_analytics:
- 'UA-144702630-1'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- 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.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde