• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 8 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🍱 A collection of Elixir programming language solutions to common problems.

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!