-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
71 lines (67 loc) · 1.79 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
project:
type: website
output-dir: docs
format:
html:
theme:
# light: yeti
# dark: superhero
light: [cosmo, custom.scss]
dark: superhero
css: styles.css
highlight-style: zenburn
# backgroundcolor: "#000000"
toc: false
number-sections: false
header-includes: |
<link href="https://fonts.cdnfonts.com/css/monaco" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/trebuchet-ms-2" rel="stylesheet">
# <link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/cmu-sans-serif" type="text/css"/>
link-citations: true
# mainfont: CMU Sans Serif
# mainfont: Arial
mainfont: Trebuchet MS
# mainfont: [Trebuchet MS, MJXTEX]
# css: styles.css
website:
title: "Roussel."
# description: "Unapolagetically curious."
site-url: https://ddrous.github.io/
favicon: "assets/images/logo.png"
open-graph: true
google-analytics: "G-GLZPYK16BE"
page-navigation: true
# back-to-top-navigation: true
reader-mode: true
navbar:
logo: "assets/images/logo.png"
href: index.html
left:
- text: "About"
href: "about.qmd"
- text: "Publications"
href: "publications.qmd"
- text: "CV"
href: "cv.qmd"
- text: "Projects"
href: "projects.qmd"
- text: "Blog"
href: "posts.qmd"
right:
- icon: github
href: https://github.com/ddrous
- icon: envelope
href: mailto:rd.nzoyemngueguin@bristol.ac.uk
- icon: rss
href: index.xml
page-footer:
left: "Copyright © 2025 - Roussel Desmond Nzoyem"
right: "Powered by [Quarto](https://quarto.org/) <?quarto.version?>"
background: light
# sidebar:
# style: "docked"
# search: true
# search: true
# comments:
# giscus:
# repo: ddrous/ddrous.github.io