File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,8 @@ The list of events is driven by the conferences file in the `_data` directory -
3838
3939** Conferences**
4040
41- The file to be changed is ` _data/conferences.yml ` . It is NOT order-dependent.
42- Put your conference in the YAML file at the end.
43- The page will sort the conferences by ` start_date ` .
41+ The file to be changed is ` _data/conferences.yml ` .
42+ This file is order-dependent. Put your conference in the YAML file sorted by it's ` start_date ` .
4443
4544Here is a list of the keys that can be used:
4645
@@ -70,9 +69,10 @@ Extra keys for the past events:
7069
7170** Meetups**
7271
73- The file to be changed is ` _data/meetups.yml ` . It is NOT order-dependent.
74- Put your meetup in the YAML file at the end.
75- The page will sort the conferences by ` date ` .
72+ The file to be changed is ` _data/meetups.yml ` .
73+ This file is order-dependent. Put your meetup in the YAML file sorted by it's date.
74+ Otherwise, put the meetup at the end of the YAML file and run ` rake sort_meetups ` .
75+ Please make sure to preserve any comments in the YAML file.
7676
7777Here is a list of the keys that can be used:
7878
You can’t perform that action at this time.
0 commit comments