-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
55 lines (45 loc) · 1.14 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
project:
type: website
resources:
- "www/Cornelius Tanui_CV.pdf"
website:
title: "Cornelius Tanui"
site-url: https://corneliustanui.rbind.io/
description: "Data and Technology"
favicon: www/favicon.ico
open-graph:
locale: en-KE
navbar:
background: dark
foreground: white
search: true
# left:
# - text: "Cornelius Tanui"
# - href: index.qmd
right:
- text: "Home"
icon: house-fill
href: index.qmd
- text: "Blog"
icon: substack
href: content/blog.qmd
- text: "Projects"
icon: kanban
href: content/projects.qmd
page-footer:
border: true
left: "Website made with [Quarto](https://quarto.org/), by Cornelius Tanui."
# right: "The content (text and images) are licensed under CC BY-NC 4.0"
right: "[License Statement](License.html)"
cookie-consent:
type: express
prefs-text: "Change your cookies preferences"
google-analytics:
tracking-id: "G-FKYWD742CS"
anonymize-ip: true
format:
html:
theme: cosmo
css: styles.css
toc: true
editor: visual