-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (49 loc) · 1.57 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
# Replace the text below to customize your site
site_name: Antonio de Jesus Anaya Hernandez - Fab Academy
site_description: Fab Academy documentation site for Antonio de Jesus Anaya Hernandez
site_author: Antonio de Jesus Anaya Hernandez
copyright: Copyright 2021 Antonio de Jesus Anaya Hernandez - Creative Commons Attribution Non Commercial
site_url: http://fabacademy.org/2021/labs/agrilab/students/antonio-anaya
extra:
social:
# For other social icons at https://squidfunk.github.io/mkdocs-material/setup/adding-social-links/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/le_anayeau/
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/antonio.anayahernande
- icon: fontawesome/brands/twitter
link: https://twitter.com/AnayaAntonio4
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/antonio-anaya-62586a1a8/
theme:
name: material
palette:
# try other colors https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors
primary: black
accent: black
font:
# See available fonts at https://fonts.google.com/
text: Montserrat
code: Ubuntu Mono
icon:
logo: material/school
favicon: material/school
features:
- navigation.tabs
# - navigation.instant
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
extra_css:
[extra.css]
markdown_extensions:
- pymdownx.highlight
#- pymdownx.superfences
- extra
- smarty
- admonition
- codehilite:
guess_lang: False
- toc:
permalink: true