-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
80 lines (75 loc) · 1.89 KB
/
_quarto.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
project:
type: website
preview:
port: 4200
post-render:
- scripts/post-render.py
highlight-style: github
code-block-bg: true
bibliography: references.bib
language:
search-box-placeholder: Search
website:
title: "Mingze Gao"
favicon: images/favicon.png
twitter-card: true
site-url: https://mingze-gao.com
google-analytics: "G-1QDTTQ6EHM"
back-to-top-navigation: true
search:
type: textbox
navbar:
logo: images/favicon.png
title: false
left:
- href: index.qmd
text: Home
- href: cv/index.qmd
text: CV
- href: research/index.md
text: Research
- href: posts/index.qmd
text: Blog
- href: teaching/index.qmd
text: Teaching
- href: https://phds.io/
text: Literature 🔍
page-footer:
left: "Copyright © 2019 - 2024 Mingze Gao"
right:
- icon: github
href: https://github.com/mgao6767
- icon: twitter
href: https://twitter.com/AdrianMingzeGao
- icon: linkedin
href: https://www.linkedin.com/in/adriangao/
- icon: send
href: mailto:mingze.gao@mq.edu.au
sidebar:
title: Teaching
contents:
- section: "Fixed Income"
contents:
- posts/fixed-income/introduction/index.qmd
- posts/fixed-income/bond-prices-and-yields/index.qmd
- posts/fixed-income/bond-price-volatility/index.qmd
- posts/fixed-income/yield-curve/index.qmd
- section: "Stata Workshop"
contents:
- posts/stata/introduction/index.qmd
- posts/stata/packages/index.qmd
- posts/stata/working-with-datasets/index.qmd
- posts/fred/index.md
format:
html:
theme:
- cosmo
- styles.scss
css: styles.css
toc: true
mermaid:
theme: default
code-copy: true
syntax-definitions:
- syntax/sas.xml
cap-location: margin