Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The content behind Elixir School, the premier destination for people seeking to learn and master the Elixir programming language.

License

NotificationsYou must be signed in to change notification settings

elixirschool/elixirschool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Running Locally

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.

Translating a Lesson

  1. Each of the languages has a folder inlessons/ 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.

  2. 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.

  3. Translated lessons must include page metadata.

    • title should be a translation of the original lesson'stitle.
    • version should be set to the original Englishversion.

    For examplelessons/ja/basics/basics.md:

---title:基本version:1.0.0---
  1. Submit a PR with the new translated lesson 🎉

Posting an Article

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!

  1. We need to create the file for our article. Blog posts live in theposts/ directory. Our filename will need to confirm to theYYYY-MM-DD-name-separated-with-hyphens.md pattern.

  2. 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  """}---
  1. 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

Stars

Watchers

Forks

Contributors627


[8]ページ先頭

©2009-2025 Movatter.jp