-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
109 lines (103 loc) · 3.11 KB
/
_quarto.yml
File metadata and controls
109 lines (103 loc) · 3.11 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
102
103
104
105
106
107
108
project:
type: website
output-dir: docs
resources:
- "*.css"
- styles.css
execute:
freeze: auto
website:
title: "ArewaDS FellowShip"
site-url: "https://arewadatascience.github.io"
description: "Democratizing data science for everyone and free"
margin-header: subscribe.html
repo-url: https://github.com/arewadataScience/arewadatascience
google-analytics: "G-M701ZTGPSE"
#repo-actions: issue
#image: images/logo.png
navbar:
#logo: ELLAKAYE-logo-light.png
title: "Arewa DataScience Academy"
right:
- text: about
href: about.qmd
- text: Courses
menu:
- text: 30 Days of Python
href: https://github.com/arewadataScience/30-Days-of-Python
- text: Machine Learning
href: https://github.com/arewadataScience/ArewaDS-Machine-Learning
- text: Deep Learning
href: https://github.com/arewadataScience/ArewaDS-Deep-Learning
- text: Kaggle Challenge
href: https://github.com/arewadataScience/ArewaDS-Kaggle-Challenge
- text: Mentors
href: mentors.qmd
- text: Fellows
href: fellows.qmd
# menu:
# - text: Cohort 1
# href: fellows.qmd
# - text: Cohort DL-1
# href: fellows-dl-1.qmd
# - text: Cohort ML-2
# href: fellows-ml-2.qmd
- text: Projects
href: projects.qmd
- text: posts
href: posts.qmd
- text: contact
href: contact.qmd
- icon: github
href: https://github.com/arewadataScience
- icon: rss
href: index.xml
- icon: twitter
href: https://twitter.com/arewadatasc
#favicon: images/logo.png
twitter-card:
# title: Arewa DS
# description: The website of Arewa Data Science
# image: images/logo.png
#image-alt: |
# A square logo made from Ella Kaye's name -
#first name on top of last name in dark gray capital letters,
#separated by a horizontal bright pink line, on a very light grey background
image-width: 500
image-height: 500
card-style: summary # alternative summary_large_image
creator: "@shmuhammadd"
site: "@shmuhammadd"
open-graph:
#description: The personal website of Ella Kaye
#image: images/logo.png
image-width: 500
image-height: 500
locale: en-GB
# google-analytics:
# tracking-id: "G-7G8FLLRS4M"
#anonymize-ip: true
#
# page-footer:
# left: "Copyright 2021, Norah Jones"
# right:
# - icon: github
# href: https://github.com/
# - icon: twitter
# href: https://twitter.com/
page-footer:
border: true
# center: "© 2023 [Arewa DataScience Academy](/about.html) [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
format:
html:
theme:
light: assets/ek-theme-light.scss
dark: assets/ek-theme-dark.scss
css: assets/ek-styles.css
code-block-border-left: true
highlight-style:
light: assets/ek-light.theme
dark: assets/ek-dark.theme
smooth-scroll: true
link-external-newwindow: true
editor: source