-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
48 lines (41 loc) · 1.11 KB
/
_quarto.yml
File metadata and controls
48 lines (41 loc) · 1.11 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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "posts/**/*.qmd"
- "posts/**/*.md"
- "!AGENTS.md"
- "!CLAUDE.md"
freeze: true
pagetitle: "{{< meta title >}} | Tom Cunningham"
description-meta: "Tom Cunningham blog"
author-meta: "Tom Cunningham"
fontsize: 11pt
resources:
- "*.html" # I have some HTML files which redirect from old paths to new paths
website:
title: "Tom Cunningham"
description: "{{< meta description-meta >}}"
site-url: "tecunningham.github.io"
twitter-card: true
draft-mode: unlinked # render
google-analytics: UA-12027453-1
navbar:
right:
- text: "About"
href: ./about.html
- icon: twitter
href: https://twitter.com/testingham
- icon: linkedin
href: https://www.linkedin.com/in/tom-cunningham-a9433/
- icon: rss-fill
href: https://tecunningham.github.io/index.xml
# - text: "{{< iconify academicons google-scholar >}}"
- text: "scholar"
href: https://scholar.google.com/citations?user=MDB_DgkAAAAJ
format:
html:
# theme: cosmo
css: styles.css
strip-comments: TRUE