diff --git a/README.markdown b/README.markdown index c304a1b56..0eb3734e5 100644 --- a/README.markdown +++ b/README.markdown @@ -2,6 +2,10 @@ It is automatically transformed by [Jekyll](http://github.com/mojombo/jekyll) into a static site. +## Development + +Development is done in the `next` branch, while `master` contains the docs and guides for the latest stable release. + ## Contributing with the blog Create a new file inside `_posts/YYYY-MM-DD-post-title.markdown` following the template: @@ -20,6 +24,23 @@ It is automatically transformed by [Jekyll](http://github.com/mojombo/jekyll) in export EDITOR=vim; _bin/newpost 'Post title' +## Contributing improvements or bug fixes + +1. Fork elixir-lang.github.com + +2. Make your changes + +3. Test it locally + + You need to install `jekyll` and `rdiscount` + + ```shell + $ gem install jekyll rdiscount + $ jekyll serve # check localhost:4000 + ``` + +4. Send a pull-request for your changes. + ## License * The Elixir logo and website contents are copyrighted to [Plataformatec](http://plataformatec.com.br/). diff --git a/_config.yml b/_config.yml index 9ceb508bd..8ee0a103b 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,3 @@ markdown: rdiscount pygments: true -total_guides: 7 permalink: /blog/:year/:month/:day/:title diff --git a/_includes/bottom.html b/_includes/bottom.html index 775930a11..cf7a187ee 100644 --- a/_includes/bottom.html +++ b/_includes/bottom.html @@ -1,36 +1,15 @@ -
-
- 
-
-