Skip to content

Commit a84519b

Browse files
committed
Update README: files are order-depdendent
1 parent e0b4ee7 commit a84519b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4544
Here 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

7777
Here is a list of the keys that can be used:
7878

0 commit comments

Comments
 (0)