-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_site.yml
53 lines (52 loc) · 1.57 KB
/
_site.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
name: "Financial Education"
output_dir: "."
navbar:
title: "Financial Education Materials"
icon: fa-home
left:
- text: "Courses"
icon: fa-graduation-cap
menu:
- text: "Corporate Finance"
href: intro_corp_fin.html
icon: fa-book
- text: "Investments"
href: investments.html
icon: fa-bar-chart
- text: "Python for Finance Course"
href: python.html
icon: fa-laptop-code
- text: "International Finance"
href: intl_finance.html
icon: glyphicon-euro
- text: "Financial Markets and Institutions"
href: fin_mkts.html
icon: fa-building
- text: "ML/AI and Econometrics"
href: ml_ai.html
icon: fa-cog
- text: "Decentralized Finance and Crypto"
href: crypto.html
icon: fa-btc
- text: "Energy"
href: energy.html
icon: fa-sun
- text: "Personal Finance / Finance at the Frontiers"
href: frontiers.html
icon: fa-rocket
- text: "My Research, Current Events, and External Resources"
href: external.html
icon: fa-shopping-cart
- text: "Write Your Own or Contribute"
icon: fa-pencil
menu:
- text: "How to Contribute using GitHub"
href: contributing.html
icon: fa-github
- text: "FAQ on Contributing"
href: faq.html
icon: fa-question-circle-o
output:
html_document:
theme: cosmo
highlight: textmate