File tree Expand file tree Collapse file tree 10 files changed +42
-123
lines changed Expand file tree Collapse file tree 10 files changed +42
-123
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ splash: /assets/images/site/1600px-EPIC-logo_black_transparent.png
35
35
home_icon : /assets/images/site/icons/house-32.png
36
36
external_icon : /assets/images/site/icons/external-link-32.png
37
37
38
- # New icons added
38
+ # New icons added for ePIC
39
39
public_icon : /assets/images/site/icons/geography-32.png
40
40
physics_icon : /assets/images/site/icons/atomic-32.png
41
+ meeting_icon : /assets/images/site/icons/meeting-point-32.png
41
42
42
43
software_icon : /assets/images/site/icons/console-32.png
43
44
detector_icon : /assets/images/site/icons/cog-32.png
@@ -70,9 +71,9 @@ collections:
70
71
sc :
71
72
output : true
72
73
permalink : /sc/:title.html
73
- documentation :
74
+ meetings :
74
75
output : true
75
- permalink : /documentation /:title.html
76
+ permalink : /meetings /:title.html
76
77
about :
77
78
output : true
78
79
permalink : /about/:title.html#
Original file line number Diff line number Diff line change 132
132
133
133
# div: yes
134
134
135
- # ## Documentation
135
+ # ## MEETINGS
136
136
#
137
- - name : documentation
138
- full : Get Started
137
+ - name : meetings
138
+ full : Meetings
139
139
submenus :
140
140
141
- - name : landingpage
142
- full : Landing Page
141
+ - name : meetings
142
+ full : ePIC meetings
143
143
144
- - name : faq
145
- full : FAQ
144
+ - name : conf
145
+ full : Conferences and Workshops
146
146
147
+ - name : reviews
148
+ full : Reviews
147
149
148
150
# ------------------------------------------------------------------------------
149
151
# ## ATTIC -- kept for reference
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
{% when "physics" %} {% assign theCollection=site.physics %} {% assign icon=site.physics_icon %}
5
5
{% when "detector" %} {% assign theCollection=site.detector %} {% assign icon=site.detector_icon %}
6
6
{% when "sc" %} {% assign theCollection=site.sc %} {% assign icon=site.software_icon %}
7
- {% when "documentation " %}{% assign theCollection=site.documentation %}{% assign icon=site.documentation_icon %}
7
+ {% when "meetings " %} {% assign theCollection=site.meetings %} {% assign icon=site.meeting_icon %}
8
8
{% when "about" %} {% assign theCollection=site.about %} {% assign icon=site.about_icon %}
9
9
10
10
{% endcase %}
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Conferences and Workshops
3
+ name : conf
4
+ layout : default
5
+ ---
6
+
7
+ {% include layouts/title.md %}
8
+
9
+ TBD: Conferences and Workshop info...
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : ePIC Meetings
3
+ description : All about meetings...
4
+ name : meetings
5
+ layout : default
6
+ ---
7
+
8
+ {% include layouts/title.md %}
9
+
10
+ TBD: ePIC _ Meetings_ .
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Reviews
3
+ name : reviews
4
+ layout : default
5
+ ---
6
+
7
+ {% include layouts/title.md %}
8
+
9
+ TBD: _ Reviews_ .
You can’t perform that action at this time.
0 commit comments