-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
40 lines (36 loc) · 919 Bytes
/
_quarto.yml
File metadata and controls
40 lines (36 loc) · 919 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/'
- '!notebooks/'
- '!notes/'
- '!tests/'
website:
title: 'Practice in Code'
site-url: "https://tlint101.github.io/practice-in-code/"
description: 'Practice in Code'
page-footer: 'Website made with [Quarto](https://quarto.org/) and a teeny bit of ❤️ by Tony E. Lin'
navbar:
right:
- about.qmd
- icon: github
href: https://github.com/tlint101/practice-in-code/
- icon: rss
href: index.xml
google-analytics: "G-DKY2WMQ374"
search: true
format:
html:
toc: true
toc-depth: 3 # ensures H3 headers are included
toc-expand: 3 # ensures the menu expands
theme:
light: [flatly, css/light.css]
dark: [darkly, css/dark.css]
comments:
utterances:
repo: https://github.com/tlint101/practice-in-code/tree/main
execute:
freeze: auto