- Notifications
You must be signed in to change notification settings - Fork1.1k
The content behind Elixir School, the premier destination for people seeking to learn and master the Elixir programming language.
License
elixirschool/elixirschool
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Elixir School is the premier destination for people seeking to learn and master the Elixir programming language.
You can access lessons atElixirSchool.com.
Feedback and participation are strongly encouraged! Please seeContributing for more details on how to get involved.
This repository only contains the lessons and blog posts hosted on Elixir School. To run the Elixir School website locally, find the code and setup instructions in theschool_house repository.
Each of the languages has a folder in
lessons/directory of this repo. To start translating you need to copy a file from the English language to the corresponding folder in your language and start translating it.Check thetranslation report for pages that haven't been translated yet, or for pages which need to have their translations updated in the corresponding language you want to work with.
Translated lessons must include page metadata.
titleshould be a translation of the original lesson'stitle.versionshould be set to the original Englishversion.
For example
lessons/ja/basics/basics.md:
---title:基本version:1.0.0---
- Submit a PR with the new translated lesson 🎉
Elixir School is powered by Phoenix andNimblePublisher, a publishing engine that supports Markdown formatting. If you're familiar with Phoenix & NimblePublisher then you're ready to go, if you aren't don't fret we're here to help!
We need to create the file for our article. Blog posts live in the
posts/directory. Our filename will need to confirm to theYYYY-MM-DD-name-separated-with-hyphens.mdpattern.After opening the new file in our favorite editor we need to add some metadata to the top of it:
%{author:"Author Name",author_link:"https://github.com/author_github_account",tags:["phoenix"],date:~D[YYYY-MM-DD],title:"Full Article Title",excerpt:""" Article short preview text """}---
- Once we've completed writing our post submit a pull request to have it reviewed before it is published.
About
The content behind Elixir School, the premier destination for people seeking to learn and master the Elixir programming language.
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.