Skip to content

srpelissier/elixir-lang.github.com

 
 

Repository files navigation

Contents for Elixir website hosted at elixir-lang.org

It is automatically transformed by 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:

---
layout: post
title:
author:
category:
excerpt:
---

Body text goes here...

Or use _bin/newpost to bootstrap a new post file:

export EDITOR=vim; _bin/newpost 'Post title'

License

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • Ruby 1.7%
  • Elixir 0.4%