{"id":37729250,"url":"https://github.com/beauthentic/askclass-course-theme","last_synced_at":"2026-01-30T03:00:01.151Z","repository":{"id":60952265,"uuid":"543882381","full_name":"beAuthentic/askclass-course-theme","owner":"beAuthentic","description":"A Jekyll to create beautiful course syllabi for students on the move.","archived":false,"fork":false,"pushed_at":"2026-01-16T02:46:56.000Z","size":3329,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-16T23:55:41.032Z","etag":null,"topics":["askclass","course","education","gh-pages","jekyll","jekyll-theme","rubygem"],"latest_commit_sha":null,"homepage":"https://acc.askclass.com","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beAuthentic.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-01T04:02:34.000Z","updated_at":"2026-01-16T02:46:59.000Z","dependencies_parsed_at":"2025-08-23T00:09:56.464Z","dependency_job_id":"c7393de4-76e5-40fd-9c36-e6e806a4015a","html_url":"https://github.com/beAuthentic/askclass-course-theme","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/beAuthentic/askclass-course-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beAuthentic%2Faskclass-course-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beAuthentic%2Faskclass-course-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beAuthentic%2Faskclass-course-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beAuthentic%2Faskclass-course-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beAuthentic","download_url":"https://codeload.github.com/beAuthentic/askclass-course-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beAuthentic%2Faskclass-course-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28651817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["askclass","course","education","gh-pages","jekyll","jekyll-theme","rubygem"],"created_at":"2026-01-16T13:46:44.674Z","updated_at":"2026-01-22T03:01:06.136Z","avatar_url":"https://github.com/beAuthentic.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AskClass Course Theme\n[![Deploy Jekyll]][Deploy Jekyll Link] [![Build]][Build Link] [![CodeQL]][CodeQL Link]\n\nSimple responsive Jekyll theme for a course syllabus.\n\n## Installation\n\nStarting fresh:\n```sh\n$ echo 'source \"https://rubygems.org\"' \u003e Gemfile\n$ echo 'theme: askclass-course-theme/ \u003e _config.yml\n$ bundle\n$ jekyll serve\n```\n\nCopy and edit `_config.yml`.\nCopy `index.html`, `pwabuilder-sw.jq`, `404.html`, `_data`, and `content` to the root dir.\n\nExisting project:\n```sh\n$ echo 'gem \"askclass-course-theme\"' \u003e\u003e Gemfile\n$ sed -i '1 s/^/theme: askclass-course-theme\\n/' _config.yml\n```\n\n----\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/beAuthentic/askclass-course-theme.\nThis project is intended to be a safe, welcoming space for collaboration, and contributors are\nexpected to adhere to the [Contributor Covenant] code of conduct.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is setup just like a normal Jekyll site!\nTo test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`.\nThis starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents.\nAs you make modifications to your theme and to your content,\nyour site will regenerate and you should see the changes in the browser after a refresh, just like normal.\n\nWhen your theme is released, only the files in `_layouts`, `_includes`, `_sass`, `content`, and `assets`\ntracked with Git will be bundled.\nTo add a custom directory to your theme-gem, please edit the regexp in `askclass-course-theme.gemspec` accordingly.\n\n## License\n\nThe theme is available as open source under the terms of the [MPL-2.0 License].\n\n[Manifest Categories]: https://developer.mozilla.org/en-US/docs/Web/Manifest/categories\n[Google Fonts]: https://fonts.google.com/\n[MPL-2.0 License]: https://opensource.org/licenses/MPL-2.0\n[Contributor Covenant]: http://contributor-covenant.org\n[Card Colors]: https://acn.askclass.com/2022/06/18/card-colors\n\n[Deploy Jekyll]: https://github.com/beAuthentic/askclass-course-theme/actions/workflows/pages.yml/badge.svg\n[Deploy Jekyll Link]: https://github.com/beAuthentic/askclass-course-theme/actions/workflows/pages.yml\n\n[Build]: https://github.com/beAuthentic/askclass-course-theme/actions/workflows/gem-push.yml/badge.svg\n[Build Link]: https://github.com/beAuthentic/askclass-course-theme/actions/workflows/gem-push.yml\n\n[CodeQL]: https://github.com/beAuthentic/askclass-course-theme/actions/workflows/codeql-analysis.yml/badge.svg\n[CodeQL Link]: https://github.com/beAuthentic/askclass-course-theme/actions/workflows/codeql-analysis.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeauthentic%2Faskclass-course-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeauthentic%2Faskclass-course-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeauthentic%2Faskclass-course-theme/lists"}