forked from BNLNPPS/BNLNPPS.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (42 loc) · 1017 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
name: BNL Nuclear and Particle Physics Software website
description: The website of the Nuclear and Particle Physics Software (NPPS) group in Brookhaven National Laboratory's Physics Department
url: http://bnlnpps.org
#
excerpt_separator: <!--more-->
timezone: America/New_York
highlighter: rouge
markdown: kramdown
future: true
exclude: [vendor]
#
plugins:
- jekyll-mentions
- jekyll-sitemap
- jekyll-redirect-from
collections:
# Start with items in the navigation bar:
experiments:
output: true
permalink: /experiments/:title.html
people:
output: true
permalink: /people/:title.html
techteams:
output: true
permalink: /techteams/:title.html
software:
output: true
permalink: /software/:title.html
events:
output: true
permalink: /events/:title.html
resources:
output: true
permalink: /resources/:title.html
about:
output: true
permalink: /about/:title.html
# All other containers:
misc:
output: true
permalink: /misc/:title.html