-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
52 lines (47 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
50
51
52
remote_theme: "mmistakes/[email protected]"
title: Uncountable ideas, enumerated
# description: Making computers useful
author:
name : "Ross H. Johnstone"
avatar : "/assets/images/me.jpg"
bio : "Mathematician and machine learning engineer."
location : "Tokyo, Japan"
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: "mailto:[email protected]"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/rhjohnstone"
- label: "Scholar"
icon: "fas fa-fw fa-graduation-cap"
url: "https://scholar.google.com/citations?user=kHcq3cYAAAAJ"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/rhjohnstone"
plugins:
- jekyll-include-cache
- jekyll-remote-theme
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
share: true
show_date: true
# _pages
- scope:
path: ""
type: pages
values:
layout: single
author_profile: true
atom_feed:
hide: true
include: ["_pages"]
paginate: 5
paginate_path: /blog/page:num