-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
40 lines (37 loc) · 920 Bytes
/
Copy path_quarto.yml
File metadata and controls
40 lines (37 loc) · 920 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
39
40
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "posts/**/*.qmd"
website:
title: Data, Code and Visualization
description: "Notes and experiments about data, statistics, R, code, and visualization."
site-url: https://jkunst.com/blog
repo-url: https://github.com/jbkunst/blog
repo-actions: [source, issue]
open-graph: true
twitter-card: true
back-to-top-navigation: true
navbar:
tools:
- icon: info-circle
aria-label: About
href: about.qmd
- icon: github
aria-label: GitHub
href: https://github.com/jbkunst/blog
page-footer:
left: "© Joshua Kunst"
right: "Made with Quarto, open source, and ☕"
format:
html:
theme: materia
css: styles.css
code-copy: hover
code-overflow: wrap
code-tools: false
code-block-border-left: true
code-link: true
code-fold: show
smooth-scroll: true