-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
executable file
·109 lines (95 loc) · 2.49 KB
/
_quarto.yml
File metadata and controls
executable file
·109 lines (95 loc) · 2.49 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
project:
type: website
output-dir: docs
resources:
- ads.txt
website:
page-navigation: true
title: "Mohammad Rafiqul Islam"
favicon: "/_assets/images/favicon.ico"
open-graph: true
bread-crumbs: true
back-to-top-navigation: true
site-url: "https://rispace.github.io/"
twitter-card: true
navbar:
tools-collapse: true
pinned: true
logo: "/_assets/images/fsu-logo.png"
logo-alt: "Florida State University"
logo-href: index.qmd
right:
- href: index.qmd
text: Home
- href: research.qmd
text: Research
- href: portfolio.qmd
text: Portfolio
- href: cv.qmd
text: CV
- text: Blog
menu:
- text: "Data Science and Machine Learning"
href: https://rispace.github.io/dsandml/
- text: "Data Structure and Algorithm"
href: https://rispace.github.io/letscode/
- text: "Statistics and Probability"
href: https://rispace.github.io/statandprob/
- text: "Other Blogs"
href: blog.qmd
- icon: linkedin
href: https://www.linkedin.com/in/mohammad-rafiqul-islam/
target: _blank
- icon: github
href: "https://github.com/rispace"
target: _blank
page-footer:
background: "#782F40"
left: "Powered by [Quarto](https://quarto.org/) <?quarto.version?>"
center:
- text: "Copyright 2026 @ Rafiq Islam"
- text: "License"
href: license.txt
right:
- icon: twitter
href: https://twitter.com/rafiqr35
target: _blank
- icon: youtube
href: https://youtube.com/@quanttube
target: _blank
- icon: envelope
href: mailto:rafiqfsu@gmail.com?subject&body
target: _blank
border: true
reader-mode: true
# Google stuffs
google-analytics:
tracking-id: "G-J42B20L4ER"
anonymize-ip: true
adsense:
publisher-id: ca-pub-6878992848042528
filters:
- adsense
- quarto-version.lua
format:
html:
theme:
light: [cosmo, theme-light.scss]
dark: [cosmo, theme-dark.scss]
css: styles.css
toc: true
grid:
sidebar-width: 330px
code-copy: true
code-overflow: scroll
mainfont: lualatex
code-line-numbers: false
highlight-style: ayu-dark
code-tools: true
code-fold: false
code-block-bg: false
code-block-border-left: true
minimal: false
anchor-sections: true
smooth-scroll: true
toc-location: left