mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add events page and RSS feed
Drop previous orphan events pages Drop site.post in sitemap.rb
This commit is contained in:
parent
ff2783fe83
commit
a252596168
16 changed files with 127 additions and 56 deletions
13
README.md
13
README.md
|
@ -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```.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue