{"id":19964459,"url":"https://github.com/arve0/example_lessons","last_synced_at":"2026-05-13T14:34:35.512Z","repository":{"id":26346699,"uuid":"29795572","full_name":"arve0/example_lessons","owner":"arve0","description":"example setup for codeclub_lesson_builder","archived":false,"fork":false,"pushed_at":"2015-10-28T07:46:19.000Z","size":278756,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T08:25:07.555Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/arve0/codeclub_lesson_builder","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arve0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-24T23:23:23.000Z","updated_at":"2019-07-08T16:03:51.000Z","dependencies_parsed_at":"2022-08-20T17:40:12.800Z","dependency_job_id":null,"html_url":"https://github.com/arve0/example_lessons","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arve0%2Fexample_lessons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arve0%2Fexample_lessons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arve0%2Fexample_lessons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arve0%2Fexample_lessons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arve0","download_url":"https://codeload.github.com/arve0/example_lessons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241396777,"owners_count":19956408,"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","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":"2024-11-13T02:23:41.629Z","updated_at":"2026-05-13T14:34:35.465Z","avatar_url":"https://github.com/arve0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/arve0/codeclub_lesson_builder.svg?branch=nb-NO)](https://travis-ci.org/arve0/codeclub_lesson_builder)\n\nThis is a recipe of how you can create your own code club lesson\npages with [codeclub_lesson_builder](https://github.com/arve0/codeclub_lesson_builder).\n\nSee the result [here](http://arve0.github.io/example_lessons/).\n\nThis repo has been bootstrapped like this:\n```shell\n# clone empty repo\ngit clone https://github.com/arve0/example_lessons\ncd example_lessons/\n\n# clone builder\ngit clone --depth 1 https://github.com/arve0/codeclub_lesson_builder\n\n# get UK lessons\ngit clone --depth 1 https://github.com/CodeClub/python-curriculum\ngit clone --depth 1 https://github.com/CodeClub/webdev-curriculum\ngit clone --depth 1 https://github.com/CodeClub/scratch-curriculum\n\n# copy english lessons to src folder\nmkdir src\ncp -r python-curriculum/en-GB/ src/python\ncp -r scratch-curriculum/en-GB/ src/scratch\ncp -r webdev-curriculum/en-GB/ src/web\n\n# fix format of yaml headers and code blocks\nfind src/ -name '*.md' -print0 | xargs -0 -L 1 codeclub_lesson_builder/utils/fix_yaml_header.sh \nfind src/ -name '*.md' -print0 | xargs -0 -L 1 codeclub_lesson_builder/utils/fix_code_blocks.sh \n\n# fix YAML in one of the files manually\nsed -i '' 's/\\.\\.\\./---/g' src/python/lessons/Minecraft2D/Minecraft2D.md\n\n# remove levels (should be integers)\nfind src/ -name '*.md' -exec sed -i '' 's/level: [^0-9].*$/level: 1/g' {} \\+\n\n# create index.md\necho -e '---\\ntitle: welcome\\ntemplate: index.jade\\n---\\n# welcome\\n... to this demo of [codeclub_lesson_builder](https://github.com/arve0/codeclub_lesson_builder)' \u003e src/index.md\n\n# get generic logos\nwget kodeklubben.github.io/logo-white.png -O src/logo-white.png\nwget kodeklubben.github.io/logo-black.png -O src/logo-black.png\n\n# copy setup script and run it\ncp ./codeclub_lesson_builder/utils/setup .\n./setup\n\n# copy culp shortcuts and build\ncp codeclub_lesson_builder/utils/gulp* .\n./gulp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farve0%2Fexample_lessons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farve0%2Fexample_lessons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farve0%2Fexample_lessons/lists"}