forked from jthomasmock/themockup-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
60 lines (59 loc) · 1.51 KB
/
_quarto.yml
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
57
58
59
60
project:
type: website
website:
title: "The MockUp"
description: "Data science tips brought to you by Tom Mock"
favicon: themockup.png
image: themockup.png
repo-url: https://github.com/jthomasmock/themockup-blog
open-graph: true
twitter-card:
image: themockup.png
creator: "@thomas_mock"
card-style: summary_large_image
site-url: https://themockup.blog
navbar:
search: true
right:
- text: "Blog"
file: index.qmd
- text: "TIL"
file: til.qmd
- text: "Resources"
file: static/resources/resources.qmd
- text: "About"
file: about.qmd
- icon: github
href: https://github.com/jthomasmock
- icon: twitter
href: https://twitter.com/thomas_mock
- icon: mastodon
href: https://fosstodon.org/@thomas_mock
- icon: rss
href: index.xml
- icon: table
href: https://jthomasmock.github.io/gtExtras/
- icon: cup-straw
href: https://drinksbytom.com
format:
html:
author: "Tom Mock"
twitter-card:
creator: "@thomas_mock"
image: "https://themockup.blog/themockup.png"
card-style: summary_large_image
comments:
utterances:
repo: jthomasmock/themockup-blog
toc: true
toc-location: "left"
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
mainfont: "Lato"
monofont: "Fira Mono"
footnotes-hover: true
fontsize: 1em
theme: my-litera.scss
css: styles.css