forked from mpitutorial/mpitutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
31 lines (28 loc) · 823 Bytes
/
_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
# Dependencies
markdown: redcarpet
highlighter: pygments
# Permalinks
permalink: pretty
# Setup
title: MPI Tutorial
tagline:
url: http://mpitutorial.com
baseurl: ''
paginate: 1
author:
name: Wes Kendall
url: https://github.com/wesleykendall/
email: [email protected]
gems:
- jekyll-redirect-from
redcarpet:
extensions: ['tables', 'fenced_code_blocks', 'no_intra_emphasis', 'with_toc_data', 'prettify']
# Custom vars
version: 1.0.0
github:
repo: https://github.com/wesleykendall/mpitutorial
code: https://github.com/wesleykendall/mpitutorial/tree/gh-pages
pages_list:
Tutorials: 'tutorials'
Recommended Books: 'recommended-books'
About: 'about'