-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
71 lines (63 loc) · 1.55 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
site_name: Useful Resources for Cognitive Neuroscientists
# Theme configuration
theme:
name: material
palette:
primary: indigo
accent: pink
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.expand
- navigation.collapsible
- navigation.tracking
- toc.follow
- toc.integrate
- search.suggest
- search.highlight
- navigation.footer
- navigation.instant
# Repository information
repo_name: neuro_resources
repo_url: https://github.com/sohaamir/neuro_resources
edit_uri: https://github.com/sohaamir/neuro_resources
# Extra configuration
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/sohaamir
- icon: fontawesome/brands/twitter
link: https://twitter.com/AamirNSohail
# Additional CSS for custom styling
extra_css:
- css/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css
# Additional JavaScript for custom scripts
extra_javascript:
- js/custom.js
# Markdown extensions
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
baselevel: 1
slugify: !!python/name:markdown.extensions.toc.slugify_unicode
- attr_list
- md_in_html
- admonition
- codehilite
- footnotes
- pymdownx.details
- pymdownx.superfences
# Documentation directory
docs_dir: docs
# Navigation structure
nav:
- Home: index.md
- Neuroscience Resources: neuro_resources.md
- NeurOpportunities: neuropportunities.md