-
Notifications
You must be signed in to change notification settings - Fork 45
/
_quarto.yml
55 lines (51 loc) · 1.46 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
render:
- ./
resources:
- CNAME
website:
title: "Data Engineering Pilipinas"
site-url: https://dataengineering.ph/
favicon: images/favicon-32x32.png
image: images/DATA%20ENGINEERING%20-1-modified.png
google-analytics: "G-KKX48FVTNV"
cookie-consent: true
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/), with theme from [vetiver](https://github.com/rstudio/vetiver.rstudio.com)"
left: "© CC-By Data Engineering Pilipinas"
navbar:
logo: images/favicon-32x32.png
href: https://dataengineering.ph/
right:
# - text: "Home"
# href: index.qmd
- text: "About"
href: about.qmd
- text: "Study Roadmap"
href: study-roadmap.qmd
- text: "Programs"
href: programs.qmd
- text: "Community"
href: community.qmd
- text: "Partnerships"
href: partners.qmd
- text: "Resources"
href: resources.qmd
- text: "Datasets"
href: datasets.qmd
- icon: github
href: https://github.com/ogbinar/DataEngineeringPilipinas
- icon: facebook
href: https://www.facebook.com/groups/dataengineeringpilipinas
- icon: discord
href: https://discord.com/invite/buDgydz7J9
format:
html:
theme:
light: [sandstone, custom.scss]
dark: [sandstone, dark-custom.scss]
css: styles.css
toc: true
toc-title: Contents
toc-location: left