-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (42 loc) · 1.18 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
site_name: Foreign Exchange (FX) rates forecasting using Deep Learning
site_author: Mario Santa Cruz López
site_url: https://JPXKQX.github.io/dl-fx-forecasting
repo_url: https://github.com/JPXKQX/dl-fx-forecasting
theme:
name: material
palette:
primary: grey
font:
text: Raleway
code: Roboto Mono
language: en
icon:
repo: fontawesome/brands/github
# Pages
nav:
- Home: index.md
- Project Code: 'https://github.com/JPXKQX/dl-fx-forecasting'
- About: about.md
copyright: Copyright © 2021 Mario Santa Cruz López
extra:
social:
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
- icon: fontawesome/brands/twitter
link: https://twitter.com/mariosanta98
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/mariosanta-cruz/
- icon: fontawesome/brands/github
link: https://github.com/JPXKQX
alternate:
# Switch to Spanish
- name: Spanish
link: <your-site>/es/
lang: es
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
plugins:
- git-revision-date