forked from shawfdong/manjusri
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
90 lines (83 loc) · 2.17 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
# Project Information
site_name: Thus Spake Manjusri
site_description: notes on CyberInfrastructure, High Performance Computing and Machine Learning
site_author: Shawfeng Dong
# site_url:
# Repository
repo_name: GitHub/shawfdong/manjusri
repo_url: https://github.com/shawfdong/manjusri
edit_uri: blob/master/docs/
# Copyright
copyright: 'Copyright © 2018 - 2019 Shawfeng Dong'
# Configuration
theme:
name: material
custom_dir: theme
feature:
tabs: false
palette:
primary: green
accent: blue
favicon: images/favicon.ico
logo: images/logo.png
# Customization
extra:
social:
- type: globe
link: http://web.stanford.edu/~shawfeng/
- type: github
link: https://github.com/shawfdong
- type: linkedin
link: https://linkedin.com/in/frank-dong-0536b919
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Page tree
nav:
- Home: index.md
- Accent: accent.md
- Chef: Chef.md
- HPC:
- Bubble: hpc/bubble.md
- MPI: hpc/mpi.md
- "Building Open MPI": hpc/openmpi.md
- Modulefiles: hpc/modulefiles.md
- "GPU Nodes": hpc/gpu.md
- LSF: hpc/lsf.md
- Storage:
- "AuriStor File System": storage/auristor.md
- AI:
- "Stanford ML Courses": ai/stanford_ml_courses.md
- Kerberos:
- Keytab: kerberos/keytab.md
- Python:
- Spack: python/spack.md
- C++:
- Books: c++/books.md
- C++11: c++/c++11.md