Skip to content

Commit 3ce87e0

Browse files
committed
Rounded out the "meetings" section.
1 parent 80a2e8c commit 3ce87e0

File tree

10 files changed

+42
-123
lines changed

10 files changed

+42
-123
lines changed

_config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ splash: /assets/images/site/1600px-EPIC-logo_black_transparent.png
3535
home_icon: /assets/images/site/icons/house-32.png
3636
external_icon: /assets/images/site/icons/external-link-32.png
3737

38-
# New icons added
38+
# New icons added for ePIC
3939
public_icon: /assets/images/site/icons/geography-32.png
4040
physics_icon: /assets/images/site/icons/atomic-32.png
41+
meeting_icon: /assets/images/site/icons/meeting-point-32.png
4142

4243
software_icon: /assets/images/site/icons/console-32.png
4344
detector_icon: /assets/images/site/icons/cog-32.png
@@ -70,9 +71,9 @@ collections:
7071
sc:
7172
output: true
7273
permalink: /sc/:title.html
73-
documentation:
74+
meetings:
7475
output: true
75-
permalink: /documentation/:title.html
76+
permalink: /meetings/:title.html
7677
about:
7778
output: true
7879
permalink: /about/:title.html#

_data/menus.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,20 @@
132132

133133
# div: yes
134134

135-
### Documentation
135+
### MEETINGS
136136
#
137-
- name: documentation
138-
full: Get Started
137+
- name: meetings
138+
full: Meetings
139139
submenus:
140140

141-
- name: landingpage
142-
full: Landing Page
141+
- name: meetings
142+
full: ePIC meetings
143143

144-
- name: faq
145-
full: FAQ
144+
- name: conf
145+
full: Conferences and Workshops
146146

147+
- name: reviews
148+
full: Reviews
147149

148150
#------------------------------------------------------------------------------
149151
### ATTIC -- kept for reference

_documentation/faq.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

_documentation/landingpage.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

_documentation/links.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

_includes/layouts/autodrop_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% when "physics" %} {% assign theCollection=site.physics %} {% assign icon=site.physics_icon %}
55
{% when "detector" %} {% assign theCollection=site.detector %} {% assign icon=site.detector_icon %}
66
{% 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 %}
88
{% when "about" %} {% assign theCollection=site.about %} {% assign icon=site.about_icon %}
99

1010
{% endcase %}

_meetings/conf.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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...

_meetings/meetings.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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_.

_meetings/reviews.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Reviews
3+
name: reviews
4+
layout: default
5+
---
6+
7+
{% include layouts/title.md %}
8+
9+
TBD: _Reviews_.
625 Bytes
Loading

0 commit comments

Comments
 (0)