-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
38 lines (36 loc) · 1009 Bytes
/
_quarto.yml
File metadata and controls
38 lines (36 loc) · 1009 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
output-dir: _site
render:
- "*.qmd"
website:
title: "30 Day Chart Challenge"
navbar:
left:
- text: "Gallery 2025"
href: index.qmd
- text: "About"
href: about.qmd
background: "#f8f9fa"
foreground: "#212529"
site-url: "https://gnoblet.github.io/30DayChartChallenge"
repo-url: "https://github.com/gnoblet/30DayChartChallenge"
repo-actions: [edit, issue]
favicon: "images/favicon.png"
page-navigation: true
format:
html:
theme: cosmo
css: styles.css
toc: false
self-contained: false
html-math-method: mathjax
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
include-in-header:
- text: |
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">