-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
58 lines (52 loc) · 1.29 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
55
56
57
project:
type: website
execute:
freeze: auto
website:
title: "Adrián Cidre"
site-url: "https://adrian-cidre.com"
description: "A blog with R content"
search: false
navbar:
#logo: assets/figures/logo.png
background: "#2D4156"
collapse-below: lg
right:
- text: About
href: index.qmd
- text: Posts
href: posts.qmd
- text: Courses
href: courses.qmd
- icon: github
href: https://github.com/Cidree
- icon: linkedin
href: https://www.linkedin.com/in/adrian-cidre-gonz%C3%A1lez-8a50371b0/
- icon: envelope-at
href: mailto:[email protected]
page-footer:
center: |
[Contact Adrián Cidre](mailto:[email protected])
left: |
Made with [Quarto](https://quarto.org/)
right: |
[Github Code Repo](https://github.com/Cidree/blog)
background: "#2D4156"
foreground: white
google-analytics:
tracking-id: "G-J58431JK0F"
anonymize-ip: true
cookie-consent:
style: interstitial
palette: light
format:
html:
theme:
light: [lux, assets/styles/quarto_theme.scss]
css: assets/styles/styles.css
code-link: true
code-block-border-left: true
linkcolor: '#ff0000'
fontsize: 100%
highlight-style: arrow
editor: visual