-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (35 loc) · 851 Bytes
/
_quarto.yml
File metadata and controls
38 lines (35 loc) · 851 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
project:
type: website
output-dir: docs
website:
title: "Karan Homayounfar"
site-url: https://knhf.github.io
description: "Personal portfolio and data science projects"
favicon: favicon.png
sidebar: false
page-navigation: false
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- href: projects.qmd
text: Projects
- href: contact.qmd
text: Contact
right:
- icon: github
href: https://github.com/knhf
- icon: linkedin
href: https://www.linkedin.com/in/karan-homayounfar/
format:
html:
theme:
light: flatly
dark: darkly
css: styles.css
toc: false
include-in-header:
- text: |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">