-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
126 lines (113 loc) · 2.99 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
project:
type: website
output-dir: _site
preview:
port: 4200
browser: false
website:
title: "Data Science Blog - Yuvraj Dhepe"
#site-path
page-navigation: true
image: images/lotus.jpg
favicon: images/lotus.jpg
open-graph: true
search:
type: overlay
reader-mode: true
repo-url: https://github.com/quarto-dev/quarto-demo
repo-actions: [edit,issue]
page-footer:
left: "This page is built with ❤️ and [Quarto](https://quarto.org)"
right:
- icon: linkedin
href: https://www.linkedin.com/in/yuvraj-shivaji-dhepe/
aria-label: "My LinkedIn"
- icon: github
href: https://github.com/Yuvraj-Dhepe
aria-label: "My Github"
- icon: medium
href: https://medium.com/@yuvrajdhepe
aria-label: "My Medium"
navbar:
background: light
logo-href: index.qmd
collapse-below: lg
title: false
pinned: true
left:
- text: Hello There
href: index.qmd
- text: "Projects"
href: docs/projects/index.qmd
- text: "Blog"
href: docs/blog/index.qmd
- text: "Notes"
href: docs/notes/index.qmd
tools:
- icon: github
href: https://github.com/Yuvraj-Dhepe
comments:
giscus:
repo: "Yuvraj-Dhepe/DataBlog_V1"
repo-id: "R_kgDOJMncgA"
category: "Announcements"
category-id: "DIC_kwDOJMncgM4CVqbZ"
mapping: "pathname"
reactions-enabled: true
input-position: "top"
theme: "light_protanopia"
language: "en"
#sidebar:
# - id: Projects
# title: "Projects"
# style: "floating"
# collapse-level: 1
# type: light
# background: dark
# foreground: light
# border: false
# align: right
# contents:
# - text: "Guide"
# href: index.qmd
# - section: "Visualization based Projects"
# contents:
# - text: "P1"
# href: "https://www.google.com/"
# - text: "P2"
# href: "https://www.microsoft.com/"
# - section: "Modelling based Projects"
# contents:
# - text: "Projects"
# - section: "Regression based Projects"
# contents:
# - text: "R1"
# - text: "R2"
# - section: "Clustering based Projects"
# contents:
# - text: "C1"
# - text: "C2"
# - section: "Deep learning based Projects"
# contents:
# - text: "D1"
# - text: "D2"
# - section: "End-to-End Projects"
# href: about.qmd
# - title: Notes
# pinned: false
# collapse-level: 1
# style: docked
format:
html:
toc: true
theme:
dark: [superhero,theme-dark.scss]
light: [cosmo,theme.scss]
code-copy: true
code-overflow: wrap
css:
- styles.css
editor: visual
freeze: auto
execute:
freeze: auto