-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
49 lines (40 loc) · 1.18 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
# Permalinks
# Setup
title: Donald Pinckney
description: 'CS PhD student at NEU. Graduating soon, looking for new opportunities!'
url: https://donaldpinckney.com
baseurl: ""
timezone: America/Los_Angeles
exclude: ['deploy', 'nonsite']
repo: https://github.com/donald-pinckney/donald-pinckney.github.io
author:
name: 'Donald Pinckney'
email: [email protected]
paginate: 5
paginate_path: "/blog/page:num/"
# Custom vars
social:
github: donald-pinckney
twitter: donald_pinckney
email: '[email protected]'
# Gems
gems:
- jekyll-paginate
- jekyll-gist
- github-pages
- jekyll-sitemap
- jekyll-seo-tag
- redcarpet
# Sitemap stuff
sitemap:
include_posts:
- "/index.html"
# Plugins
plugins_dir: [jekyll-sitemap, jekyll-seo-tag, _plugins]
# Subscription issues
subscription_issues:
TensorFlow: https://github.com/donald-pinckney/donald-pinckney.github.io/issues/18
Metal: https://github.com/donald-pinckney/donald-pinckney.github.io/issues/17
PyTorch: https://github.com/donald-pinckney/donald-pinckney.github.io/issues/21
markdown: Runnable
host: 0.0.0.0