swarut / Elixir-Recipes.github.io

:bento: A collection of Elixir programming language solutions to common problems.

Home Page:http://elixir-recipes.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elixir-recipes

Pull Requests are most welcome!

Building

Create a new Markdown file in source/_posts with the right filename format. Examples can be found in the source/_posts directory.

jekyll serve

Go to localhost:4000 to view the generated site.

Contributing

The source branch contains the source Markdown posts in /_posts. Create posts in Markdown and commit (on the source branch):

git add .
git commit 'Add new recipe'
git push

Then, send in a pull request!

Deploying

rake publish

This command will build and push the local _site subdirectory to the master branch for Github Pages to render.

Thank you to all our Contributors!

About

:bento: A collection of Elixir programming language solutions to common problems.

http://elixir-recipes.github.io/

License:MIT License


Languages

Language:CSS 48.7%Language:HTML 21.6%Language:Shell 14.6%Language:Ruby 13.7%Language:JavaScript 1.4%