-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·53 lines (37 loc) · 1.13 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
# Jekyll configuration
name: Lorcan Coyle's Home on Tinterweb
title: Lorcan Coyle's Home on Tinterweb
description: Lorcan Coyle
# url is currently only used only for the RSS feed in feed.xml
url: http://lorcan.github.io
# baseurl will often be '', but for a project page on gh-pages, it needs to
# be the project name.
# *** IMPORTANT: If your local "jekyll serve" throws errors change this to '' or
# run it like so: jekyll serve --baseurl=''
baseurl: ''
# This can be '' to hide the Github nav button
github: 'lorcan/lorcan.github.io'
# Set this to your UA-# value, or '' to disable the block completely
gaaccount: ''
permalink: /:year/:month/:title
paginate: 10
highlighter: pygments
exclude: ['README.md', 'LICENSE']
plugins:
- 'jekyll/scholar'
- 'jekyll-paginate'
scholar:
style: springer-basic-author-date-no-et-al
locale: en
sort_by: year
order: descending
source: ./_bibliography
bibliography: lorcancoyle.bib
bibliography_template: bibliography
replace_strings: true
join_strings: true
details_dir: bibliography
details_layout: bibtex.html
details_link: Details
query: "@*"
encoding: utf-8