-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
101 lines (99 loc) · 2.68 KB
/
_quarto.yml
File metadata and controls
101 lines (99 loc) · 2.68 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
project:
type: website
website:
title: "Linus Chirchir"
description: "Data Scientist"
page-navigation: true
back-to-top-navigation: true
favicon: /images/logo.png
twitter-card:
site: "@linuschirchir"
open-graph: true
site-url: https://linuschirchir.com
repo-url: https://github.com/linuschirchir/linuschirchir.github.io
repo-actions: [edit, issue]
cookie-consent:
type: express
prefs-text: "Change cookies 🍪"
# If you are forking our repo to develop content -- whether for Linus Chirchir
# or your own purposes -- please disable our Google Analytics tag during development.
# If building your own site, replace our GA tag with your own GA tag before deployment.
# This will prevent your activity being tracked and counted in our analytics dashboard.
# Thank you!
google-analytics: "G-G006R9PLWE"
navbar:
toggle-position: right
logo-href: https://linuschirchir.com/
logo: images/logo.png
logo-alt: "Linus Chirchir Logo"
title: false
collapse-below: lg
left:
- text: Home
icon: house-fill
href: index.qmd
- text: Projects
icon: clipboard-check-fill
href: projects.qmd
- text: CV
icon: person-lines-fill
href: cv.qmd
- text: Blog
icon: journal-text
href: blog.qmd
right:
- icon: linkedin
aria-label: LinkedIn
href: https://www.linkedin.com/in/LinusChirchir/
target: _blank
- icon: github
aria-label: GitHub
href: https://github.com/LinusChirchir
target: _blank
- icon: facebook
aria-label: Facebook
href: https://facebook.com/ChirchirLinus1
target: _blank
- icon: twitter-x
aria-label: Twitter/X
href: https://x.com/LinusChirchir
target: _blank
- icon: envelope
aria-label: Contact
href: mailto:linus@linuschirchir.com
target: _blank
page-footer:
background: "#4169E1"
left: >-
Copyright © {{< now year >}} Linus Chirchir
right:
- text: "Accessibility"
href: accessibility.qmd
aria-label: Accessibility Commitment
- text: "Code of Conduct"
href: coc.qmd
aria-label: Code of Conduct
- text: "Contact"
href: contact.qmd
aria-label: Contact
- text: "Licence"
href: licence.qmd
aria-label: Licence Details
format:
html:
grid:
body-width: 2000px
sidebar-width: 200px
margin-width: 200px
theme:
light: [cosmo, light.scss]
dark: [cosmo, dark.scss]
css: styles.css
citations-hover: true
code-link: true
code-fold: show
code-tools: false
code-block-border-left: "#4169E1"
execute:
freeze: true
warning: false