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: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ The list of events is driven by the conferences file in the `_data` directory -
39
39
**Conferences**
40
40
41
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`.
42
+
This file is order-dependent. Put your conference in the YAML file sorted by its`start_date`.
43
43
44
44
Here is a list of the keys that can be used:
45
45
@@ -60,8 +60,8 @@ Extra keys for the upcoming events:
60
60
*`cfp_close_date`: If there is a CFP deadline, enter that here - ISO8601 formatted (yyyy-mm-dd).
61
61
*`cfp_link`: A link to the CFP submission page.
62
62
*`status`: Typically you want to put "Cancelled", "Postponed" or "To be announced" here.
63
-
*`date_precision`: Controls the precision of the `start_date` and `end_date` when the conference dates aren't announced just yet but it's confirmed that the conference is happening. Possible values: `full` (implicit default), `month` or `year`. The `start_date` and `end_date` fields still need to be fully formatted ISO8601 dates, you can put the last day of the month/year in it so it also gets ordered properly.
64
-
*`announced_on`: The date on which the conference was announced - ISO8601 formatted (yyyy-mm-dd). This date is used as the publish date for the [RSS feed](https://rubyconferences.org/feed.xml) so people can stay up to date with newly announced conferences.
63
+
*`date_precision`: Controls the precision of the `start_date` and `end_date` when the conference dates aren't announced just yet, but it's confirmed that the conference is happening. Possible values: `full` (implicit default), `month` or `year`. The `start_date` and `end_date` fields still need to be fully formatted ISO8601 dates, you can put the last day of the month/year in it so it also gets ordered properly.
64
+
*`announced_on`: The date on which the conference was announced - ISO8601 formatted (yyyy-mm-dd). This date is used as the publishing date for the [RSS feed](https://rubyconferences.org/feed.xml) so people can stay up to date with newly announced conferences.
65
65
66
66
Extra keys for the past events:
67
67
@@ -70,7 +70,7 @@ Extra keys for the past events:
70
70
**Meetups**
71
71
72
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.
73
+
This file is order-dependent. Put your meetup in the YAML file sorted by its date.
74
74
Otherwise, put the meetup at the end of the YAML file and run `rake sort_meetups`.
75
75
Please make sure to preserve any comments in the YAML file.
0 commit comments