generated from byui-cse/byuids-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
69 lines (64 loc) · 2.15 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
project:
type: website
output-dir: docs
render:
- "!extra/"
- "!extra/week_08"
website:
title: "Eduardo I Ramirez Data Science Portfolio"
favicon: Images/favicon.png
back-to-top-navigation: true
repo-url: https://1ramirez7.github.io/Portfolio_
#repo-actions: [issue] #if you want to allow others to report issues on your site uncomment this line
page-footer:
border: true
left: "Eduardo I Ramirez 2024©"
right:
- icon: linkedin
href: www.linkedin.com/in/eduardo-ramirez-lds
navbar:
background: primary
search: true
right:
- text: "Home"
file: index.qmd
- text: "Projects"
file: projects.qmd
- text: "My Resume"
file: resume.qmd
# - text: "Data Cleansing"
# file: cleansing.qmd
# - text: "Story Telling"
# file: story_telling.qmd
# - text: "Machine Learning"
# file: ml.qmd
sidebar:
- title: "Projects"
style: "docked"
background: light
contents:
- text: "Projects"
file: projects.qmd
- text: "RDUS Capital Structure Analysis"
file: Projects/RDUS Capital Structure Analysis.qmd
- text: "RDUS Capital Structure Analysis #2"
file: Projects/term2.qmd
- text: "RDUS Statistical Research (OLS)"
file: Projects/term3.qmd
- text: "Blomberg Template"
file: Projects/project1.qmd
- text: "Time Series Reserach on China's Export Commodities"
file: Projects/project_1.qmd
- text: "Aggregate Demand–Aggregate Supply model"
file: Projects/13CH AD-AS Simulation.qmd
#continue the pattern if you need more links
#copy paste from title and keep it indented to sidebar to add additonal sidebar navigation for other pages
format:
html:
theme: #see this link to customize the theme with css (https://quarto.org/docs/output-formats/html-themes.html#dark-mode)
light: flatly # more themes can be found [here](https://quarto.org/docs/output-formats/html-themes.html)
dark: darkly
#light: cosmo
#dark: [cosmo, theme-dark.scss]
css: styles.css
toc: true