elixirschool

所属分类:collect
开发工具:Others
文件大小:0KB
下载次数:0
上传日期:2023-07-11 13:52:42
上 传 者sh-1993
说明:  丹药学校背后的内容,
(The content behind Elixir School,)

文件列表:
CONTRIBUTING.md (2734, 2023-12-16)
GLOSSARY.md (7499, 2023-12-16)
LICENSE (11342, 2023-12-16)
conferences/ (0, 2023-12-16)
conferences/2020-09-03-elixir-conf.md (150, 2023-12-16)
conferences/2020-10-07-elixirconf-eu.md (148, 2023-12-16)
conferences/2020-11-19-elixir-club.md (127, 2023-12-16)
conferences/2020-11-28-elixir-brasil.md (206, 2023-12-16)
conferences/2021-05-07-elixirconf-africa-2021.md (160, 2023-12-16)
conferences/2021-05-28-alchemy-conf.md (116, 2023-12-16)
conferences/2021-06-16-elixir-wizards.md (165, 2023-12-16)
conferences/2021-09-09-elixirconf-eu-2021.md (199, 2023-12-16)
conferences/2021-10-12-elixirconf-austin.md (202, 2023-12-16)
conferences/2022-10-06-elixirconf-africa-2022.md (160, 2023-12-16)
conferences/2022-11-11-elixirconf-uy.md (201, 2023-12-16)
images/ (0, 2023-12-16)
images/benchee_html_graph_sample.png (13694, 2023-12-16)
images/board-plan-output.png (28721, 2023-12-16)
images/board-plan-output2.png (26701, 2023-12-16)
images/board-plan.png (16290, 2023-12-16)
images/chat-message-not-visible.png (317059, 2023-12-16)
images/debugger_1.png (20632, 2023-12-16)
images/debugger_2.png (22164, 2023-12-16)
images/debugger_3.png (28362, 2023-12-16)
images/debugger_4.png (38977, 2023-12-16)
images/default.jpg (21564, 2023-12-16)
images/documentation_1.png (70470, 2023-12-16)
images/documentation_2.png (79062, 2023-12-16)
images/favicons/ (0, 2023-12-16)
images/favicons/android-chrome-144x144.png (14049, 2023-12-16)
images/favicons/apple-touch-icon.png (20755, 2023-12-16)
images/favicons/browserconfig.xml (253, 2023-12-16)
... ...

# Elixir School > Elixir School is the premier destination for people seeking to learn and master the Elixir programming language. You can access lessons at [ElixirSchool.com](https://elixirschool.com). _Feedback and participation are strongly encouraged! Please see [Contributing](CONTRIBUTING.md) 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 the [school_house](https://github.com/elixirschool/school_house) repository. ### Translating a Lesson 1. 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. 2. Check the [translation report](https://elixirschool.com/pt/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's `title`. * `version` should be set to the original English `version`. For example `lessons/ja/basics/basics.md`: ```yaml --- title: 基本 version: 1.0.0 --- ``` 4. Submit a PR with the new translated lesson :tada: ### Posting an Article Elixir School is powered by Phoenix and [NimblePublisher](https://github.com/dashbitco/nimble_publisher), 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 the `posts/` directory. Our filename will need to confirm to the `YYYY-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: ```elixir %{ 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 """ } --- ``` 3. Once we've completed writing our post submit a pull request to have it reviewed before it is published.

近期下载者

相关文件


收藏者