-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
66 lines (64 loc) · 2.11 KB
/
_quarto.yml
File metadata and controls
66 lines (64 loc) · 2.11 KB
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
project:
type: website
output-dir: docs
format:
html:
theme:
# For light mode: load cosmo, then common rules, then light-only rules
light: [cosmo, custom.scss, styles_light.scss]
# For dark mode: load superhero, then common rules, then dark-only rules
dark: [superhero, custom.scss, styles_dark.scss]
css:
# This is correct - keep it as is
- https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css
highlight-style: zenburn
toc: false
number-sections: false
header-includes: |
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Inter:wght@400;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
fig-width: 8
fig-height: 6
fig-dpi: 150
minimal: true
anchor-sections: false
smooth-scroll: false
code-tools: false
code-fold: false
link-citations: true
mainfont: "Roboto Condensed"
website:
title: "Roussel."
site-url: https://ddrous.github.io/
favicon: "assets/images/logo.png"
open-graph: true
google-analytics: "G-GLZPYK16BE"
page-navigation: true
reader-mode: true
navbar:
logo: "assets/images/logo.png"
href: index.html
left:
- text: "About"
href: "about.qmd"
- text: "CV et al."
href: "cv.qmd"
- text: "Publications"
href: "publications.qmd"
- text: "Projects"
href: "projects.qmd"
- text: "Blog"
href: "posts.qmd"
right:
- icon: github
href: https://github.com/ddrous
- icon: envelope
href: mailto:ddrouslab@gmail.com
- icon: rss
href: index.xml
page-footer:
left: "Copyright © 2026 - Roussel Desmond Nzoyem"
right: "Powered by [Quarto](https://quarto.org/) <?quarto.version?>"
background: light