-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (37 loc) · 858 Bytes
/
Copy path_quarto.yml
File metadata and controls
41 lines (37 loc) · 858 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Dr. Efdal KAYA"
site-url: "https://efdalkaya.github.io/"
bread-crumbs: true
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- href: publications.qmd
text: Publications
- href: projects.qmd
text: Projects
- href: blog.qmd
text: Blog
- href: contact.qmd
text: Contact
tools:
- icon: github
href: https://github.com/efdalkaya
- icon: envelope
text: Email
href: "mailto:mail.kayaefdal@gmail.com"
page-footer:
left: "Dr. Efdal KAYA - Copyrights@2024"
right: " "
background: "#593196"
format:
html:
theme: pulse
css: styles.css
toc: true
editor: source