-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
102 lines (87 loc) · 3.18 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
authorname: "Tim Gummer"
draft: false
engine: knitr
project:
type: website
resources:
- "img/**"
- "blog/2023/over-analysing-idle-footy-chat/longest-distance.jpg"
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
title-meta: "Tim Gummer"
description-meta: "Associate Actuary (AIAA) | R Enthusiast"
# Enable banner style title blocks
title-block-banner: "#4C4C4B"
website:
title: "Tim Gummer"
description: "Associate Actuary (AIAA) | R Enthusiast"
site-url: https://t-gummer.netlify.app
repo-url: "https://github.com/t-gummer/t-gummer.netlify.app"
repo-branch: master
google-analytics: "G-V8P5XXLZK4"
back-to-top-navigation: true
reader-mode: false
repo-actions: [edit, issue]
search:
location: navbar
type: textbox
navbar:
pinned: true
left:
- text: Blog
icon: newspaper
href: blog/index.qmd
# - text: Goals
# icon: hourglass-split
# href: goals/index.qmd
- text: CV
icon: file-earmark-person
href: cv/index.qmd
- text: Projects
icon: box-fill
href: projects/index.qmd
right:
- icon: github
href: https://github.com/t-gummer
- icon: linkedin
href: https://www.linkedin.com/in/timothy-gummer/
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
page-footer:
left: |
<span class="faux-block">{{< fa regular copyright >}} 2024 Tim Gummer</span>
<span class="faux-block"><a href="https://github.com/t-gummer/t-gummer.netlify.app" target="_blank">{{< fa brands github >}} Source Code</a></span>
center: |
<span class="faux-block light-mode">Click the <a href = "" class = "" onclick="window.quartoToggleColorScheme(); return false;" title="Initiate hacker mode!"><i class="fa-solid fa-toggle-off"></i></a> icon in the navigation bar</span>
<span class="faux-block light-mode"> to initiate dark (hacker) mode 😁</span>
<span class="faux-block dark-mode">Click the <a href = "" class = "" onclick="window.quartoToggleColorScheme(); return false;" title="Return to normie mode?"><i class="fa-solid fa-toggle-on"></i></a> icon in the navigation bar</span>
<span class="faux-block dark-mode"> to return to light (normie) mode 😞</span>
right: |
<span class="faux-block"> Designed with {{< fa heart >}} using</span>
<span class="faux-block"> <a href="https://www.r-project.org" target="_blank">{{< fa brands r-project >}}</a> and <a href="https://quarto.org" target="_blank">Quarto</a></span>
execute:
freeze: false
format:
html:
fontsize: 1.1em
code-link: true
page-layout: full # https://quarto.org/docs/output-formats/page-layout.html
grid:
body-width: 1000px
theme:
light: [www/styles.scss, www/tgLight.scss] # flatly
dark: [www/styles.scss, www/tgHacker.scss] # www/styles.scss, darkly
toc: true
toc-location: left
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
highlight-style: monokai
link-external-icon: true
link-external-newwindow: true
editor: source