Add events page and RSS feed

Drop previous orphan events pages
Drop site.post in sitemap.rb
This commit is contained in:
Saivann 2013-06-25 00:02:33 -04:00
parent ff2783fe83
commit a252596168
16 changed files with 127 additions and 56 deletions

View file

@ -133,6 +133,19 @@ Bitcoin v0.3.24 is now available for download at
* `title: ...` will be used as the title
* `src: ...` (optional) link to full annoucement
### Events
Events should be placed in `_events/YYYY-MM-DD-SHORTTITLE.md` and adhere to this format:
```
---
title: "Bitcoin 2013 The future of payments"
city: "San Jose"
country: "United States"
link: "http://bitcoin2013.com/"
---
```
### Aliases for contributors
Aliases for contributors are defined in ```_config.yml```.