generated from nushastro/astrosite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
102 lines (91 loc) · 2.45 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
site_name: Notes
theme:
name: 'material'
features:
- navigation.tabs
- search.suggest
- search.share
# 404 page
static_templates:
- 404.html
# Necessary for search to work properly
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
font:
text: Roboto
code: Roboto Mono
favicon: assets/favicon.png
icon:
logo: octicons/repo-24
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
primary: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
extra_css:
- stylesheets/style.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- EL5131:
- Science and Technology: EL5131/scitech.md
- Woke Culture: EL5131/woke_culture.md
- Climate Change: EL5131/climate_change.md
- Social Issues: EL5131/social_issues_list.md
- PC5131:
- Checklist: pc5131/index.md
- Rotational Mechanics: pc5131/rotation.md
- Waves I: pc5131/waves-one.md
- PC5132:
- Checklist: PC5132/index.md
- Chapter 4 Practice Qns: PC5132/chapter4.pdf
- Chapter 5 Practice Qns: PC5132/chapter5.pdf
- CM5132:
- Home: CM5132/index.md
- CM5132/energetics.md
- CM5132/thermodynamics.md
- PO:
- Mechanics:
- Basic Mechanics: PO/mech/basic_mech.md
- Relativity: PO/mech/relativity.md
- Thermodynamics:
- Basic Thermodynamics: PO/thermal/basic_thermal.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ThePyProgrammer/notes
copyright: Copyright © 2022 Prannaya Gupta