-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
107 lines (89 loc) · 2.96 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
name: The PHENIX website
description: The website of the PHENIX Experiment at RHIC (Brookhaven National Laboratory)
url: http://phenix.org
excerpt_separator: <!--more-->
timezone: America/New_York
highlighter: rouge
markdown: kramdown
future: true
###############################################################
# !!! Important as we are not serving from the top folder !!! #
baseurl: /web
###############################################################
# To simplify references to GitHub:
github: "https://github.com/PhenixCollaboration/web"
# Various formatting aids:
tablepadding: " "
navbarpadding_left: " "
navbarpadding_right: " "
# Custom helper variables:
blank: 'target="_blank"'
# Logo:
phenix_logo: /images/logos/phenix_logo_centered.png
hr: '<hr style="height:1px;border-width:0;color:royalblue;background-color:royalblue"/>'
# Icons:
home_icon: /images/icons/house-24.png
test_icon: /images/icons/test-tube-5-32.png
collaboration_icon: /images/icons/geography-32.png
experiment_icon: /images/icons/atomic-24.png
detectors_icon: /images/icons/cog-24.png
software_icon: /images/icons/console-24.png
#analysis_icon: /images/icons/puzzle-2-24.png
analysis_icon: /images/icons/research-32.png
results_icon: /images/icons/checked-checkbox-32.png
resources_icon: /images/icons/literature-24.png
#about_icon: /images/icons/question-mark-5-32.png
about_icon: /images/icons/info-2-32.png
thumbs_icon: /images/icons/thumbs-up-32.gif
dn_arrow_icon: /images/icons/arrow-216-32.png
# Badges
zenodo_badges: /images/badges/zenodo/
# Used in site upgrades (to be deprecated)
navbar: 'new'
# Assets steering
document_folder: '/assets/documents/'
ert_mask_folder: '/assets/trigger/ert/'
# URLs
zenodo_prefix: 'https://doi.org/10.5281/zenodo.'
exclude: [_data/db, scripts, attic.txt, utils, Gemfile, Gemfile.lock, LICENSE, ./test, README.md, ]
lumi: 'no'
###
plugins:
- jekyll-mentions
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-include-cache
collections:
test:
output: true
permalink: /test/:title.html
collaboration:
output: true
permalink: /collaboration/:title.html
experiment:
output: true
permalink: /experiment/:title.html
runs:
output: true
permalink: /runs/:title.html
lumi:
output: true
permalink: /lumi/:title.html
detectors:
output: true
permalink: /detectors/:title.html
software:
output: true
permalink: /software/:title.html
analysis:
output: true
permalink: /analysis/:title.html
results:
output: true
permalink: /results/:title.html
# resources:
# output: true
# permalink: /resources/:title.html
about:
output: true
permalink: /about/:title.html