-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
131 lines (121 loc) · 3.03 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
site_name: geogeeks
theme:
custom_dir: overrides #-- to override the copyright
features:
- content.action.edit
# Links content tabs. If user selects MacOS on one page, tabs on other pages will also be set MacOS
- content.tabs.link
- navigation.tabs
- navigation.top
# Add copy button to code blocks
- content.code.copy
# Enable annotations inside code blocks
- content.code.annotate
# - navigation.footer
- navigation.indexes
# - navigation.sections
# - navigation.tabs
# - navigation.top
# - navigation.tracking
icon:
logo: material/console
edit: material/pencil
view: material/eye
name: material
palette:
primary: deep purple
# primary: custom
site_url: https://tudelft3d.github.io/geogeeks/
repo_url: https://github.com/tudelft3d/geogeeks
edit_uri: edit/main/docs/
repo_name: tudelft3d/geogeeks
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/extra.js
plugins:
- search
- awesome-pages
# - mkdocstrings
nav:
- "Home":
- index.md
- contribute.md
- (workshop Nov 2023): introdays/index.md
- Computer & Software:
- computer/perfectsetup.md
- computer/filesystem.md
- computer/terminal.md
- computer/packagemanager.md
- computer/bestsoftware.md
- Programming:
- programming/chooselanguage.md
- programming/collabcode.md
- programming/debugging.md
- Python:
- python/index.md
- python/install.md
- python/pip.md
- python/pypackages.md
- python/venv.md
- python/jupyter.md
- C++:
- cpp/install.md
- cpp/cmake.md
- cpp/installlibs.md
- cpp/python2cpp.md
- cpp/xcode.md
- cpp/wslclion.md
- cpp/vcpkgwindows.md
- Linux:
- linux/index.md
- linux/intro.md
- linux/virtualbox.md
- linux/ssh.md
- linux/wsl.md
- Git:
- git/index.md
- git/gitintro.md
- git/install.md
- git/goodgit.md
- git/githubactions.md
- Research:
- research/researchtips.md
- research/msccode.md
- research/howtogoogle.md
- Writing:
- writing/index.md
- writing/latexintro.md
- writing/markdown.md
- writing/figstables.md
- writing/references.md
- writing/latextogether.md
- Misc:
- misc/delftblue.md
markdown_extensions:
- footnotes
- admonition
- pymdownx.betterem
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
- toc:
permalink: true # Add permalink symbol to end of headers
- def_list # Ordered and unordered lists
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
# Content tabs (buttons to show different text based on selected tab)
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.keys # Keyboard keys shortcuts