Skip to content

DanielZendejas/Elixir-Recipes.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.0%
  • HTML 23.0%
  • Shell 15.6%
  • Ruby 7.9%
  • JavaScript 1.5%