-
Notifications
You must be signed in to change notification settings - Fork 19
/
_config.yml
64 lines (54 loc) · 1.1 KB
/
_config.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
contact: http://www.ucl.ac.uk/research-it-services/partner-with-us
title: "COMP0210: Research Computing with C++"
includeleftnav: True
short: COMP0210
defaults:
- scope: {path: ""}
values: {layout: default, slidelink: false}
baseurl: /research-computing-with-cpp
remote_theme: dpshelio/indigo-jekyll
crumbs:
- link: http://www.ucl.ac.uk/ISD
text: ISD
- link: http://www.ucl.ac.uk/isd/services
text: Our services
- link: http://www.ucl.ac.uk/isd/services/research-it
text: Research IT
- link: http://www.ucl.ac.uk/isd/services/research-it/training
text: Training
markdown: kramdown
kramdown:
hard_wrap: false
idio:
fence: True
include: [ _static, _sources]
exclude:
- 05libraries/sec05CMake*.md
- 03cpppatterns
- 04HPC
- 05OpenMP
- 06MPI
- 07PythonBinding
- 08Summary2019
- 88cpplibraries
- 90stl
- 92TemplateMetaProg
- 93MPIExample
- 94MPIIO
- 95CodeQuality
- 96Cloud
- 97Accelerators
- combined.md
- build
- "*.tmd"
- "*.rmd"
- "*.out"
- "*.cc"
- "*.cpp"
- "*.h"
- "*.x"
- "*.rb"
- Makefile
- CMakeLists.txt
- cpp
- vendor