generated from emu-hacettepe-analytics/emu660-quarto-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_quarto.yml
55 lines (49 loc) · 1.09 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
project:
type: website
output-dir: docs
website:
title: "[Student xxxx]'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: "EMU660 Coursework"
menu:
- text: Assignments
href: assignments.qmd
- text: Project
href: project.qmd
tools:
- icon: github
href: https://twitter.com
- icon: twitter
href: https://twitter.com
- 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 - EMU660 - Spring 2024"
border: true
format:
html:
toc: true
toc-location: left
theme:
light: simplex
dark: cyborg
css: styles.css
editor: visual