Skip to content

Commit 094e658

Browse files
committed
Add announced_on field to README
1 parent 5f67f5f commit 094e658

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ gem 'rake'
1111

1212
group :jekyll_plugins do
1313
gem 'jekyll-feed'
14-
end
14+
end

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Extra keys for the upcoming events:
5959
Extra keys for the past events:
6060

6161
* `video_link`: A url to the videos for the event.
62+
* `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.
6263

6364
**Meetups**
6465

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ exclude:
1616
- vendor
1717

1818
plugins:
19-
- jekyll-feed
19+
- jekyll-feed

0 commit comments

Comments
 (0)