Skip to content

chadoh/joyofelixir

 
 

Repository files navigation

Joy of Elixir

Hello! You've reached the GitHub repository for Joy of Elixir. You can find more information about this book on its "About" page.

If you're here to file an issue, please go ahead and do that. We love getting feedback!

Working with the book's source

This book is written in HTML + CSS and is compiled with Jekyll. To generate this book from the source, you can run:

bundle install
bundle exec jekyll serve

Then you'll be able to go to http://localhost:4000 and view the generated source.

Each chapter's text is located in the _includes/ch/* files, as they're all compiled into one big gnarly HTML file called book.html for easy PDF generation -- see pdf.rb for that part.

About

A gentle introduction to the Elixir programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.4%
  • Ruby 4.6%
  • CSS 2.8%
  • Shell 0.2%