-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
69 lines (68 loc) · 1.56 KB
/
Copy path_quarto.yml
File metadata and controls
69 lines (68 loc) · 1.56 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
project:
type: website
# Only .qmd files are website content — root .md files (README, GALLERY,
# CLAUDE, AGENTS) are internal docs and must not be published.
render:
- "*.qmd"
- "posts/**/*.qmd"
resources:
- static/gallery/
- static/images/posts/
- static/images/standalone/
- static/images/chart-challenge/
preview:
port: 4200
browser: false
watch-inputs: true
website:
title: "Vinicius Oike"
site-url: https://www.restateinsight.com
google-analytics: "G-EJF8PGT67H"
comments:
giscus:
repo: viniciusoike/restateinsight
description: A blog on economics and data analysis
navbar:
left:
- text: Blog
href: blog.qmd
- text: About
href: aboutme.qmd
- text: CV
href: cv.qmd
- text: Packages
href: packages.qmd
- text: Apps
href: my_apps.qmd
- text: Charts
href: gallery.qmd
- text: Press
href: press.qmd
right:
- icon: github
href: https://github.com/viniciusoike
- icon: linkedin
href: https://www.linkedin.com/in/viniciusoike
- text: Archive
href: archive.qmd
format:
html:
theme: [lumen, mystyles.scss]
mainfont: Source Sans Pro
toc: true
css: styles.css
highlight-style: atom-one
editor: visual
open-graph:
image: /static/images/profile.jpg
twitter-card:
image: /static/images/profile.jpg
card-style: summary_large_image
# Google Ads
# adsense:
# publisher-id: ca-pub-6047217613927488
#
# filters:
# - adsense
# theme: lumen
# highlight-style: atom-one