-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
44 lines (37 loc) · 968 Bytes
/
_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
# Site settings
title: Datasets on fee-based Open Access Publishing
email: [email protected]
author: INTACT team
description: "Collecting article processing charges (APC) that universities and research institions have paid and making them available as Open Data"
baseurl:
url: "https://openapc.github.io"
encoding: UTF-8
# Google analytics
google_analytics:
# Optional features
animated: false
show_related_posts: false
show_post_footers: false
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname: "openapc"
# Social icons
show_social_icons: true
github_username: "openapc"
stackoverflow_id:
twitter_username:
google_plus_id:
linkedin_username:
bitcoin_url:
paypal_url:
flattr_button:
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 10
sass:
compressed: true
# plugins
plugins: [jekyll-paginate]