You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: howto-website.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,10 @@ in there. The [Events](http://hepsoftwarefoundation.org/events.html) page and th
79
79
80
80
For *training events* we have a special handling that lists all of these together on the
81
81
[Training Working Group page](workinggroups/training.html). To create a new
82
-
entry add a new Markdown file into `Schools/_posts`. The existing entries are a guide to
83
-
the metadata which is needed.
82
+
entry you can either:
83
+
84
+
1. Run the interactive script ``scripts/add_training_event.py`` (recommended)
85
+
2. Directly edit the ``_data/trainning-schools.yml`` file and add another entry following the structure of the existing entries (note that events are sorted chronologically by starting date)
0 commit comments