forked from mpitutorial/mpitutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
28 lines (25 loc) · 681 Bytes
/
_config.yml
File metadata and controls
28 lines (25 loc) · 681 Bytes
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
# Dependencies
markdown: kramdown
highlighter: rouge
# Permalinks
permalink: pretty
# Setup
title: MPI Tutorial
tagline:
url: http://mpitutorial.com
baseurl: ''
author:
name: Wes Kendall
url: https://github.com/wesleykendall/
email: [email protected]
plugins:
- jekyll-redirect-from
# Custom vars
version: 1.0.0
github:
repo: https://github.com/mpitutorial/mpitutorial
code: https://github.com/mpitutorial/mpitutorial/tree/gh-pages
pages_list:
Tutorials: 'tutorials'
Recommended Books: 'recommended-books'
About: 'about'