generated from nushastro/astrosite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
112 lines (99 loc) · 3.22 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
103
104
105
106
107
108
109
110
111
112
site_name: PC5132 Website
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: material/telescope
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/toggle-switch
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
extra_css:
- stylesheets/style.css
- stylesheets/solar_justice.css
- stylesheets/quiz.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
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:
- Graph: stellar/graph.html
- About: stellar/about.md
- Welcome Screen: index.html
- Preliminaries:
- stellar/preliminaries/magnitude_scale.md
- 'Stellar Structure': stellar/preliminaries/stellar_structure.md
- 'The Hertzprung-Russell Diagram': stellar/preliminaries/hr_diagram.md
- The Beginning:
- "The Molecular Cloud": stellar/beginning/molecular_cloud.md
- "The Protostar": stellar/beginning/protostar.md
- "T-Tauri Stars": stellar/beginning/t-tauri.md
- "Brown Dwarves": stellar/dwarves/brown_dwarf.md
- Low-Mass Track:
- "Low-Mass Stars": stellar/stars/low_mass_star.md
- "Red Giants": stellar/giants/red_giant.md
- Death:
- stellar/dwarves/binary_white_dwarf.md
- stellar/nova/nova.md
- stellar/nova/type_1a_supernova.md
- stellar/others/planetary_nebula.md
- stellar/dwarves/white_dwarf.md
- stellar/dwarves/black_dwarf.md
- Massive Track:
- "Massive Stars": stellar/stars/massive_star.md
- "Massive Star Death": stellar/others/massive_star_death.md
- Games:
- Home: stellar/games/index.md
- Solar Justice: stellar/games/solarJustice/index.md
plugins:
- mkdocs-jupyter
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/phytonics/PC5132-website
copyright: Copyright © 2022 Phytonics