-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
56 lines (55 loc) · 1.66 KB
/
_quarto.yml
File metadata and controls
56 lines (55 loc) · 1.66 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
project:
type: website
website:
title: "ncr tech meetups"
site-url: https://sharon-wang.github.io/ncr-tech-meetups
repo-url: https://github.com/sharon-wang/ncr-tech-meetups
issue-url: https://github.com/sharon-wang/ncr-tech-meetups/issues/new
repo-actions: [edit, source, issue]
favicon: assets/favicon.png
open-graph:
title: "ncr tech meetups"
description: |
{🍁} a collection of tech meetups in the ottawa / gatineau "national capital region"
twitter-card:
title: "ncr tech meetups"
description: |
{🍁} a collection of tech meetups in the ottawa / gatineau "national capital region"
image: assets/social.png
image-alt: "ncr tech meetups"
navbar:
title: false
logo: assets/logo.png
logo-alt: "ncr tech meetups logo"
search: false
pinned: true
right:
- text: "[about]"
href: "about.qmd"
- text: "[add a meetup]"
href: "add-meetup.qmd"
- icon: github
href: https://github.com/sharon-wang/ncr-tech-meetups
aria-label: "github repository"
target: "_blank"
page-footer:
left: "tech meetups in the national capital region 🍁"
right:
- icon: cc-circle-fill
href: "https://creativecommons.org/licenses/by-sa/4.0/"
aria-label: "cc by sa 4.0"
target: "_blank"
- text: "content license: cc by-sa 4.0"
href: "https://creativecommons.org/licenses/by-sa/4.0"
target: "_blank"
format:
html:
theme:
- superhero
- brand
- styles/theme.scss
link-external-newwindow: true
anchor-sections: true
include-in-header:
- text: |
<script src="./helpers.js"></script>