Skip to content

elixir-cn/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.

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

  • CSS 48.7%
  • HTML 37.2%
  • JavaScript 8.7%
  • Ruby 5.4%