-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
58 lines (53 loc) · 1.49 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
website:
title: "R . Python . Data Science . Business Intelligence"
site-url: https://asimumba.rbind.io/
repo-url: https://github.com/rbind/asimumba.web/
google-analytics: "G-BJDLEWB0XZ"
repo-actions: [edit, issue]
comments:
utterances:
repo: rbind/asimumba.web
label: "Comments"
theme: github-dark
open-graph: true
twitter-card:
creator: "@asimumba_"
card-style: summary_large_image
favicon: /data/favicon.ico
navbar:
right:
- blog.qmd
- accomplishment.qmd
- icon: linkedin
href: https://www.linkedin.com/in/aaronsimumba/
- icon: github
href: https://github.com/asimumba/
- icon: twitter
href: https://twitter.com/asimumba_/
- icon: stack-overflow
href: https://stackoverflow.com/users/8137815/aaron-simumba/
page-footer:
left: "© 2024 Aaron Simumba. Powered by [Quarto](https://quarto.org/) and [Netflify](https://www.netlify.com/). License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)."
right:
- icon: github
href: https://github.com/asimumba/
- icon: twitter
href: https://twitter.com/asimumba_/
- icon: envelope
href: mailto:[email protected]
citation: true
toc: true
format:
html:
theme: [solar,custom.scss]
css: styles.css
mainfont: "Source Sans Pro"
monofont: "Fira Mono"
fontcolor: "#adb5bd"
linkcolor: "#2aa198"
code-block-bg: true
fontsize: 1.2em
execute:
freeze: auto