forked from eaplatanios/eaplatanios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
88 lines (71 loc) · 2.29 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
80
81
82
83
84
85
86
87
88
# -----------------------------------------------------------------------------
# Site Settings
# -----------------------------------------------------------------------------
name: Anthony Platanios
email: [email protected]
description: Personal website of Anthony Platanios.
# footer_text: >
# Powered by <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
# Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
# last_updated: true
url: platanios.org
# -----------------------------------------------------------------------------
# Social Integration
# -----------------------------------------------------------------------------
scholar_userid: EFVk-mwAAAAJ
github_username: eaplatanios
linkedin_username: eplatanios
facebook_username: anthony.platanios
twitter_username: eaplatanios
contact_note: Feel free to drop me a line via email.
google_analytics: UA-54519238-1
# -----------------------------------------------------------------------------
# Collections
# -----------------------------------------------------------------------------
collections:
news:
defaults:
layout: page
output: true
permalink: /news/:path/
projects:
output: true
permalink: /projects/:path/
news_limit: 10
# -----------------------------------------------------------------------------
# Jekyll Settings
# -----------------------------------------------------------------------------
# Build settings
markdown: kramdown
# highlighter: pygments
# Include/Exclude
include: ['_pages']
exclude: [node_modules]
# Plugins
plugins:
- jekyll-paginate
- jekyll/scholar
- jemoji
# Jekyll-Scholar
scholar:
last_name: Platanios
style: apa
locale: en
sort_by: year
order: descending
source: /_bibliography/
bibliography: papers.bib
bibliography_template: publication
reference_tagname: div
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
# -----------------------------------------------------------------------------
# Other settings
# -----------------------------------------------------------------------------
jquery_version: "1.12.4"
katex_version: "0.7.1"
anchorjs_version: "3.2.2"