-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
37 lines (35 loc) · 871 Bytes
/
_quarto.yml
File metadata and controls
37 lines (35 loc) · 871 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
project:
type: website
website:
title: "rtichoke blog"
site-url: https://rtichoke-blog.netlify.app
navbar:
title: rtichoke blog
right:
- text: R examples
href: posts.qmd
- text: Python examples
href: https://uriahf.github.io/rtichoke_blog_python
- text: Talks
href: talks.qmd
- text: About Me
href: about_me.qmd
- icon: github
href: https://github.com/uriahf
- icon: twitter
href: https://twitter.com/finkeluriah
- icon: facebook
href: https://www.facebook.com/groups/rforthemasses
- icon: linkedin
href: https://www.linkedin.com/in/uriah-finkel
- icon: telegram
href: https://t.me/as_if_uriah
- icon: rss
href: posts.xml
format:
html:
theme:
- cosmo
- brand
css: styles.css
editor: visual