-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
168 lines (167 loc) · 5.38 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
project:
type: website
output-dir: docs
resources: "*.xlsx"
language:
search-box-placeholder: "Search"
website:
title: Benjamin W. Tjepkes
site-url: https://btjepkes.github.io
repo-url: https://github.com/btjepkes/btjepkes.github.io
description: "A professional portfolio and technical blog for Benjamin Tjepkes."
favicon: "assets/forest-svgrepo-com.svg"
page-navigation: false
back-to-top-navigation: false
bread-crumbs: true
search: false
# location: navbar
# type: overlay
# show-item-context: false
# collapse-after: 1
open-graph: true
twitter-card:
creator: "@BTjepkes"
title: "Portfolio | B.W. Tjepkes"
# cookie-consent:
# type: implied
# style: interstitial
# palette: light
# prefs-text: "User Cookies 🍪 Preferences"
google-analytics:
tracking-id: "G-ESKNL9H1KZ"
version: 4
# navbar:
# logo: assets/forest-svgrepo-com.svg
# collapse-below: lg
# pinned: false
# toggle-position: right
# right:
# - href: about/index.qmd
# text: About
# - href: posts/index.qmd
# text: Posts
# - href: gallery/index.qmd
# text: Gallery
# - href: research/index.qmd
# text: Research
# - href: resources/index.qmd
# text: Resources
# - text: Sites/Apps
# menu:
# - text: WORKSHOPS
# - text: WAFSGSO GIS Workshop
# href: /#
# icon: laptop
# - text: "---"
# - text: DASHBOARDS
# - text: "Links"
# menu:
# - text: "{{< fa brands linkedin size=1x >}} LinkedIn Profile"
# href: https://www.linkedin.com/in/benjamintjepkes/
# aria-label: LinkedIn Profile
# - text: "{{< fa brands github size=1x >}} GitHub Repos"
# href: https://github.com/btjepkes
# aria-label: GitHub Profile
# - text: "{{< fa brands twitter size=1x >}} Twitter Profile"
# href: https://twitter.com/BTjepkes
# aria-label: Twitter Profile
# - text: "{{< fa brands researchgate size=1x >}} ResearchGate"
# href: https://www.researchgate.net/profile/Benjamin-Tjepkes
# - text: "{{< fa brands orcid size=1x >}} ORCiD Account"
# href: https://orcid.org/0009-0002-5524-2675
# tools:
# - icon: linkedin
# href: https://www.linkedin.com/in/benjamintjepkes/
# aria-label: LinkedIn Profile
# - icon: github
# href: https://github.com/btjepkes
# aria-label: GitHub Profile
# - icon: twitter-x
# href: https://twitter.com/BTjepkes
# aria-label: Twitter Profile
# - icon: plus-square-dotted
# menu:
# - text: ResearchGate
# href: https://www.researchgate.net/profile/Benjamin-Tjepkes
# - text: ORCiD Account
# href: https://orcid.org/0009-0002-5524-2675
# sidebar:
# background: "#e6e5e0"
# style: floating
# search: true
# contents:
# - icon: 1-square
# href: about/index.qmd
# text: About Me
# - icon: 2-square
# href: curriculum-vitae/index.qmd
# text: Curriculum Vitae
# - icon: 3-square
# href: posts/index.qmd
# text: My Blog Posts
# - icon: 4-square
# href: gallery/index.qmd
# text: My Gallery
# - icon: 5-square
# href: research/index.qmd
# text: My Research
# - icon: 6-square
# href: resources/index.qmd
# text: Helpful Resources
# page-footer:
# center: >-
# [User Preferences]{#open_preferences_center} | [Site Map](/sitemap.xml){target="_blank"} | Last Updated: {{< meta date-modified >}}
# right: >-
# Made with [Quarto](https://quarto.org/) under [CC BY-NC](https://creativecommons.org/licenses/by-nc/4.0/).
# left: "© Copyright 2021-2024 --- Benjamin W. Tjepkes"
execute:
freeze: true
format:
html:
date-modified: today
author:
- name: Benjamin Tjepkes
orcid: 0009-0002-5524-2675
theme: shared-assets/theme.scss
css: shared-assets/styles.css
template: shared-assets/template.html
date-format: iso
abstract-title: "What's This About?"
toc: true
toc-title: "On This Page:"
toc-depth: 3
toc-location: right
smooth-scroll: true
number-sections: false
pagetitle: "{{< meta title >}} | B.W. Tjepkes"
title-block-banner: true
# title-block-categories: true
# title-block-style: manuscript
anchor-sections: true
highlight-style: github
link-external-newwindow: true
code-link: true
code-overflow: scroll
comments:
giscus:
loading: lazy
reactions-enabled: false
repo: btjepkes/btjepkes.github.io
grid:
body-width: 800px
#gutter-width: 5%
margin-width: 350px #right
sidebar-width: 220px #left
lightbox: auto
# template-partials:
# - partials/title-block.html
# include-before-body:
# - file: cover-image.html
# - text: "{{< meta title >}}"
# - file: divider.html
# - file: cover-image.html
# include-after-body: back-to-top.html
# include-in-header:
# - file: carousel-slider/carousel-slider.html
# include-in-header:
# - file: shared-assets/menu-navbar.html