-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
55 lines (49 loc) · 1.19 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
# Site Metadata
title: Alasdair J G Gray
description: Connecting the dots in the World's data
affiliation: Heriot Watt University
email: [email protected]
url: "https://AlasdairGray.github.io/"
google_scholar: https://scholar.google.co.uk/citations?user=3XRqgLcAAAAJ&hl=en
github_link: https://github.com/AlassdairGray
github_username: AlasdairGray
twitter_username: gray_alasdair
permalink: /posts/:categories/:year/:title/
# Processing configuraitons
highlighter: rouge
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
# Theme
theme: jekyll-theme-slate
# Plugins
plugins:
- "jekyll/scholar"
- "jekyll-paginate-v2"
- "jekyll-redirect-from"
- "jekyll-sitemap"
# Pagination-v2 Settings
pagination:
enabled: true
per_page: 10
paginate_path: 'blog/page:num/'
# permalink: '/page/:num/'
title: ' - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
# Scholar configuration
scholar:
style: harvard-cite-them-right
bibliography: '*.bib'
sort_by: 'year,month'
order: descending
bibliography_template: bib
# Collections
collections_dir: pages
collections:
posts:
output: true
permalink: /:collection/:path
redirect_from:
- "/:collection/:path/"