-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
79 lines (67 loc) · 2 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
# This file controls the settings for your Quarto template from www.marvinschmitt.com
# website settings
website:
title: "Unpil Baek" # Your name
description: "Cartographer on the Edge" # A brief slogan (optional)
image: img/my_image.jpg
favicon: img/logo.png
# start of the navigation bar at the top of the website
navbar:
pinned: true
logo: /img/logo.png
left:
- text: "Projects"
href: projects/index.qmd
- text: "Music"
href: music/index.qmd
- text: "CV"
href: cv/index.qmd
- text: "Blog"
href: posts.qmd
# your social media handles
right:
#- icon: folder-symlink
# href: https://www.marvinschmitt.com/blog/website-tutorial-quarto/
#- icon: twitter
# href: https://twitter.com/MarvinSchmittML
- icon: linkedin
href: https://www.linkedin.com/in/unpilbaek/
- icon: github
href: https://github.com/unpilbaek/
#- icon: envelope
# aria-label: email
# href: "mailto:[email protected]"
# Don't touch unless you know what you are doing :) ------------
search:
location: navbar
type: textbox
page-footer:
center: |
<span class="faux-block">© 2024 Unpil Baek</span>
#left: |
# <span class="faux-block"><a href="https://www.marvinschmitt.com/blog/website-tutorial-quarto/">View the tutorial for this template!</a></span>
#right: |
# <span class="faux-block"><a href="https://github.com/marvinschmitt/quarto-website-template/">View source on GitHub</a></span>
project:
type: website
output-dir: docs
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
execute:
freeze: true
format:
html:
fontsize: 1.1em
theme:
- trestles
- html/styles.scss
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
page-layout: full