-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
102 lines (94 loc) · 2.77 KB
/
mkdocs.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
# Project information
site_name: Sayam's Blog
site_description: My Online Portfolio
site_author: Sayam Kumar
site_url: https://www.codingpaths.com/
# Repository
repo_name: Sayam753/Sayam753.github.io
repo_url: https://github.com/Sayam753/Sayam753.github.io
# Theme settings
theme:
name: "material"
custom_dir: overrides
language: en
icon:
logo: "fontawesome/solid/robot"
palette:
primary: black
accent: light blue
scheme: slate
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
# Nav
nav:
- Home: index.md
- Bayesian Statistics:
- Multilevel Modelling with Variational Inference: bayesian/multilevel_modelling_with_variational_inference.ipynb
- A Gentle Introduction to Partial Pooled Models: bayesian/partial_pooling_demonstration.ipynb
- GSoC:
- GSoC'20 with NumFOCUS: gsoc/gsoc-2020-with-numfocus.md
- Variational Inference: gsoc/variational-inference.ipynb
- Week 1 into GSoC: gsoc/week-1-into-gsoc.md
- Week 2 into GSoC: gsoc/week-2-into-gsoc.md
- Week 3 into GSoC: gsoc/week-3-into-gsoc.md
- Week 4 into GSoC: gsoc/week-4-into-gsoc.md
- Week 5 into GSoC: gsoc/week-5-into-gsoc.md
- Week 6-7 into GSoC: gsoc/week-6-7-into-gsoc.md
- Week 9 into GSoC: gsoc/week-9-into-gsoc.md
- Week 10-11 into GSoC: gsoc/final-week-into-gsoc.md
- Work Summary: gsoc/work-summary.md
- Django:
- Initial Server Setup: django/initial-server-setup.md
- Deploy Django: django/deploy-django.md
- Guides:
- Git: guides/git.md
- Graph Theory:
- Graph Theory 101: graph-theory/graph-theory-101.md
- Terminal:
- Dotfiles: terminal/dotfiles.md
- Talks:
- 2022:
- Intro to Open Source: talks/2022/intro-to-open-source.md
# Extensions
markdown_extensions:
- admonition
- footnotes
- pymdownx.superfences
- pymdownx.details
- def_list
- pymdownx.highlight:
use_pygments: true
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css: [extra.css]
# Plugins
plugins:
- search
- mkdocs-jupyter:
execute: false
include_source: true
theme: dark
- git-revision-date-localized
extra:
social:
- icon: "fontawesome/brands/github"
link: "https://github.com/Sayam753"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/sayamkumar753"
- icon: "fontawesome/brands/linkedin"
link: "https://www.linkedin.com/in/sayam049/"
analytics:
provider: google
property: UA-142581559-1
# Copyright
copyright: Copyright © 2024 codingpaths.com