-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
90 lines (82 loc) · 2.12 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
website:
reader-mode: true
description: " " # a brief slogan (optional)
image: img/my_image.jpeg
favicon: img/ocfavicon3.png
google-analytics: "G-NDNR3PY3JP"
navbar:
pinned: true
collapse: true
logo: img/ocfavicon3.png
# sub-pages
left:
- text: "Home"
href: index.qmd
- text: "About"
href: about.qmd
- text: "Resume"
href: resume/index.qmd
- text: "Projects"
href: blog_index.qmd
- text: "Resources"
href: resources/index.qmd
- text: "Books"
href: books/index.qmd
- text: "My Blog"
href: https://theupsidedownblog.netlify.app
target: _blank
# social media handles
right:
- icon: journal-bookmark
aria-label: Blog
href: https://theupsidedownblog.netlify.app
target: _blank
- icon: award
href: https://meritpages.com/ocardec
target: _blank
- icon: twitter
href: https://twitter.com/CardO37474
target: _blank
- icon: linkedin
href: https://www.linkedin.com/in/oscarcardec/
target: _blank
- icon: envelope-at
aria-label: email
href: "mailto:[email protected]"
# Don't touch unless you know what you're doing :) ========================
search:
location: navbar
type: textbox
page-footer:
left: |
<span class="faux-block">© Copyright 2024 Cardec Solutions</span>
center: |
<span class="faux-block">Created in <a href="https://quarto.org" target="_blank"> <img src="/img/quarto.png" width="75"></a></span>
right: |
<span class="faux-block">Oct 2024</span>
project:
type: website
output-dir: docs
preview:
port: 2727
browser: true
watch-inputs: true
navigate: true
execute:
freeze: auto
format:
html:
page-layout: full
fontsize: 1.1em
theme:
light: flatly
dark: darkly
css: html/styles.scss
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true
embed-resources: true
editor: visual