{"id":24098136,"url":"https://github.com/haskellfoundation/haskellschool","last_synced_at":"2025-08-25T18:44:20.292Z","repository":{"id":37051078,"uuid":"369852789","full_name":"haskellfoundation/HaskellSchool","owner":"haskellfoundation","description":null,"archived":false,"fork":false,"pushed_at":"2022-07-20T10:37:13.000Z","size":14227,"stargazers_count":51,"open_issues_count":17,"forks_count":11,"subscribers_count":16,"default_branch":"development","last_synced_at":"2025-07-02T21:06:35.078Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haskellfoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-05-22T16:13:49.000Z","updated_at":"2024-10-23T08:17:27.000Z","dependencies_parsed_at":"2022-06-25T00:40:26.623Z","dependency_job_id":null,"html_url":"https://github.com/haskellfoundation/HaskellSchool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/haskellfoundation/HaskellSchool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskellfoundation%2FHaskellSchool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskellfoundation%2FHaskellSchool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskellfoundation%2FHaskellSchool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskellfoundation%2FHaskellSchool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haskellfoundation","download_url":"https://codeload.github.com/haskellfoundation/HaskellSchool/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haskellfoundation%2FHaskellSchool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272116606,"owners_count":24876266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-10T14:07:20.651Z","updated_at":"2025-08-25T18:44:20.214Z","avatar_url":"https://github.com/haskellfoundation.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Haskell School\n\n\u003e Haskell school was built on the model and using the code of elixir school.\n\u003e You can find elixir school at [ElixirSchool.com](https://elixirschool.com).\n\n_Feedback and participation are strongly encouraged! Please see [Contributing](CONTRIBUTING.md) for more details on how to get involved._\n\n### Running locally\n\nHaskell School is generated using [Jekyll](https://github.com/jekyll/jekyll).\nTo run it locally, you need both Ruby and Bundler installed.\n\n1. Install dependencies:\n\n  ```shell\n  $ bundle install\n  ```\n\n2. Run Jekyll:\n\n  ```shell\n  $ bundle exec jekyll s\n  ```\n\n3. Access it at [http://localhost:4000](http://localhost:4000)\n\n### Translating a lesson\n\n1. Each of the languages has a folder in root of this repo. To start translating you need to copy a file from the English language to the corresponding\n   folder in your language and start translating it.\n\n2. Check the [translation report](https://school.haskell.org/fr/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.\n\n3. Translated lessons must include page metadata.\n   * `title` should be a translation of the original lesson's `title`.\n   * `version` should be set to the original English `version`.\n\n   For example `/ja/lessons/basics/basics.md`:\n\n  ```yaml\n  ---\n  title: 基本\n  version: 1.0.0\n  ---\n  ```\n\n4. Submit a PR with the new translated lesson and join [https://school.haskell.org/contributors/](_data/contributors.yml).\n\n### Posting an article\n\nIn its current iteration Haskell School is powered by Jekyll, a powerful static blog generator. If you're familiar with Jekyll then you're ready to go, if you aren't don't fret we're here to help!\n\n1. 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.\n\n2. After opening the new file in our favorite editor we need to add some metadata to the top of it:\n\n```markdown\n---\nauthor: Author Name\nauthor_link: https://github.com/author_github_account (or website)\ncategories: article_category (find them or add a new one in _data/blog_meta.yml)\ntags: ['phoenix'] (find them or create a new one in _data/blog_meta.yml)\ndate: YYYY-MM-DD for the post date\nlayout: post\ntitle: Full Article Title\nexcerpt: \u003e\n Article short preview text\n---\n```\n\n3. Once we've completed writing our post we should add/update `_data/contributors.yml` with our details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskellfoundation%2Fhaskellschool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaskellfoundation%2Fhaskellschool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaskellfoundation%2Fhaskellschool/lists"}