generated from emu-hacettepe-analytics/emu430-quarto-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
54 lines (47 loc) · 1.12 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
project:
type: website
output-dir: docs
website:
title: "Ada Su Köksal's Analytics Lab"
navbar:
search: true
left:
- text: Home
href: index.qmd
- text: About Me
href: about.qmd
- text: My Posts
href: posts.qmd
- text: "EMU430 Coursework"
menu:
- text: Assignments
href: assignments.qmd
- text: Project
href: project.qmd
tools:
- icon: github
href: https://emu-hacettepe-analytics.github.io/emu430-fall2023-adasukoksal/about.html#work-experience
- icon: linkedin
href: https://linkedin.com
sidebar:
- title: "Assignments"
style: "docked"
search: true
contents:
- assignments.qmd
- assignments/assignment-1.qmd
- assignments/assignment-2.qmd
page-navigation: true
back-to-top-navigation: true
page-footer:
center: "Hacettepe IE - EMU 430 - Fall 2023"
border: true
format:
html:
toc: true
toc-location: left
theme:
light: pulse
dark: superhero
css: styles.css
editor: visual