-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
47 lines (42 loc) · 1.08 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
project:
type: website
website:
title: "William Okech"
site-url: "https://williamokech.com/"
description: "This is William Okech's personal Blog."
favicon: william_profile.jpg
navbar:
right:
- text: Resume
file: blog_cv/Resume_William_Okech_Website_2024.pdf
- text: Blog
file: blog.qmd
- text: Data Visualization
file: portfolio/data_viz.qmd
- text: Projects
file: portfolio/projects.qmd
- text: Training Materials
file: portfolio/training_materials.qmd
- text: Readings
file: readings/readings.qmd
- icon: rss
href: blog.xml
# cookie-consent:
# type: express
# style: headline
# palette: dark
google-analytics:
tracking-id: "G-1VX0Q2FQEV"
anonymize-ip: true
page-footer:
left: "Website made using [Quarto](https://quarto.org/), by William Okech. License: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)"
format:
html:
theme: journal
css: styles.css
execute:
freeze: auto
editor: visual
comments:
giscus:
repo: wokech/blog-main