-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
100 lines (85 loc) · 3.06 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
name: The ePIC Collaboration Website
title: The ePIC Collaboration Website
description: The ePIC Collaboration Website
url: https://epic.github.io
#
excerpt_separator: <!--more-->
timezone: America/New_York
highlighter: rouge
#
markdown: kramdown
future: true
exclude: [vendor]
##################################################################################
# Important if we are not serving from the top folder - baseurl: /web #
# In that case, please make sure you use the "relative_path" directive #
# everywhere you include various site URLs in your pages. #
# #
# Currently serving from the top folder i.e. #
# in this case this does not apply until further notice. #
##################################################################################
# Custom helper variables:
blank: 'target="_blank"'
# Layout
tablepadding: ' '
# Decorative elements
epic_logo: /assets/images/site/EPIC-logo_white_transparent_64h.png
#
splash_internal: /assets/images/site/ePIC_Detector_50percent.png
splash_public: /assets/images/site/1600px-EPIC-logo_black_transparent.png
######################### ICON SECTION #########################
home_icon: /assets/images/site/icons/house-32.png
external_icon: /assets/images/site/icons/external-link-32.png
software_icon: /assets/images/site/icons/console-32.png
detector_icon: /assets/images/site/icons/cog-32.png
#activities_icon: /assets/images/site/icons/today-32.png
activities_icon: /assets/images/site/icons/light-bulb-5-32.png
organization_icon: /assets/images/site/icons/flow-chart-32.png
literature_icon: /assets/images/site/icons/literature-32.png
about_icon: /assets/images/site/icons/light-bulb-5-32.png
# New icons added for ePIC
public_icon: /assets/images/site/icons/geography-32.png
physics_icon: /assets/images/site/icons/atomic-32.png
meeting_icon: /assets/images/site/icons/meeting-point-32.png
news_icon: /assets/images/site/icons/google-news-32.png
#################################################################
# Zenodo
zenodo_query_base: https://zenodo.org/communities/epic/records?q=
# Design document
design_document: /assets/docs/design-document.pdf
img_center: 'display: block; max-width: 50%; height: auto; margin-left: auto; margin-right: auto;'
hr: '<hr style="height:2px;border:none;color:#999;background-color:#7d7c7c;" >'
# Development:
display_news: no
#
plugins:
- jekyll-mentions
- jekyll-sitemap
- jekyll-redirect-from
#
collections:
public:
output: true
permalink: /public/:title.html
collaboration:
output: true
permalink: /collaboration/:title.html
physics:
output: true
permalink: /physics/:title.html
detector:
output: true
permalink: /detector/:title.html
sc:
output: true
permalink: /sc/:title.html
meetings:
output: true
permalink: /meetings/:title.html
documents:
output: true
permalink: /documents/:title.html
news:
output: true
permalink: /news/:title.html
#