-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
45 lines (40 loc) · 1.18 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
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
title: "SPARC: Journal Negotiation Community of Practice"
sass:
style: compressed
exclude: ["README.md"] # files to exclude
markdown: kramdown
defaults:
-
scope:
path: "" # empty string for all files
values:
title: "SPARC: Journal Negotiation Community of Practice"
description: "The SPARC Journal Negotiation Community of Practice (CoP) is a community-led effort to assist libraries in the development of a more equitable journal negotiations landscape."
author:
name: Scholarly Publishing and Academic Resources Coalition
email: nick@sparcopen.org
github: sparcopen
twitter: sparc_na
facebook: sparcopen
BASE_PATH: https://negotiations.sparcopen.org
url: https://negotiations.sparcopen.org # keep this for sitemap
permalink: pretty
plugins:
- jekyll-sitemap
collections:
working-groups:
relative_directory: _working-groups
output: true
topics:
relative_directory: _topics
output: true
articles:
relative_directory: _articles
output: true
authors:
relative_directory: _authors
output: false
blog:
relative_directory: _blog
output: true