forked from wowthemesnet/mundana-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
79 lines (62 loc) · 1.58 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Site
name: 'Brooke K. Ryan'
description: 'Personal website and blog.'
logo: 'assets/images/logo.png'
favicon: 'assets/images/brooke_ghostie.png'
url: 'https://brookekryan.com'
baseurl: ''
disqus: 'brookekryan'
email: 'brookekelseyryan@gmail.com'
#mailchimp-list: 'https://gmail.us5.list-manage.com/subscribe/post?u=f32b0a0ea962798e8943cb136&id=e707e08ea3'
include: [ "_pages" ]
permalink: /:title/
destination: ./docs
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
- jekyll-scholar
author: brooke
authors:
brooke:
name: "Brooke K. Ryan"
avatar: "assets/images/brooke_avatar.jpg"
bio: "I’m a graduate student and researcher in computational cognitive neuroscience. I’m interested in understanding the computational and neural basis of high-level cognition and our uniquely human intelligence."
long_bio: ""
email: brooke.ryan@uci.edu
collections:
publications:
output: true
projects:
output: true
teaching:
output: true
media:
output: false
# Defaults
defaults:
# all _posts
- scope:
path: "_posts/"
values:
layout: post
avatar: /assets/images/avatar1.jpg
# all pages
- scope:
path: "_pages"
values:
layout: page
# Syntax
markdown: kramdown
highlighter: rouge
# Scholar
scholar:
style: custom
# Paginate
#gems: [jekyll-paginate]
paginate: 20
paginate_path: "/writing/page:num"
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [ README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules ]