-
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) · 885 Bytes
/
_quarto.yml
File metadata and controls
38 lines (35 loc) · 885 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
website:
title: "COY"
site-url: 'https://rmvegasm.github.io'
favicon: profile_oct_2022.png
navbar:
left:
- href: index.qmd
text: "Home"
- about.qmd
- text: "Notes"
href: blog/index.qmd
logo: profile_oct_2022.png
background: gray-800
page-footer:
right: Powered by [quarto](https://quarto.org) and [github](https://github.com).
left:
- icon: github
href: https://github.com/rmvegasm
- icon: stack-overflow
href: https://stackoverflow.com/users/8083545/coy
- icon: linkedin
href: https://linkedin.com/in/rmvegasm
- icon: envelope
href: mailto:[email protected]
border: false
background: gray-800
format:
html:
theme:
dark: [darkly, custom.scss]
light: [flatly, custom.scss]
css: styles.css
toc: true