https://github.com/radar/joyofelixir
A gentle introduction to the Elixir programming language
https://github.com/radar/joyofelixir
elixir
Last synced: 14 days ago
JSON representation
A gentle introduction to the Elixir programming language
- Host: GitHub
- URL: https://github.com/radar/joyofelixir
- Owner: radar
- License: cc-by-sa-4.0
- Created: 2017-06-25T22:24:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T23:52:30.000Z (about 1 year ago)
- Last Synced: 2025-03-31T17:55:18.471Z (about 2 months ago)
- Topics: elixir
- Language: HTML
- Homepage: https://joyofelixir.com
- Size: 16.8 MB
- Stars: 155
- Watchers: 9
- Forks: 34
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Joy of Elixir
Hello! You've reached the GitHub repository for [Joy of Elixir](https://joyofelixir.com). You can find more information [about this book on its "About" page](https://joyofelixir.com/about.html).
If you're here to [file an issue](https://github.com/radar/joyofelixir/issues/new), 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](https://jekyllrb.com). 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.