{"id":16805085,"url":"https://github.com/cotes2020/chirpy-static-assets","last_synced_at":"2025-04-07T10:19:59.520Z","repository":{"id":107364812,"uuid":"456579327","full_name":"cotes2020/chirpy-static-assets","owner":"cotes2020","description":"Static Assets for Chirpy Project.","archived":false,"fork":false,"pushed_at":"2025-02-17T03:55:44.000Z","size":20256,"stargazers_count":39,"open_issues_count":1,"forks_count":69,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T09:03:37.393Z","etag":null,"topics":["css-library","js-library","static-assets","submodule","webfonts"],"latest_commit_sha":null,"homepage":"https://github.com/cotes2020/jekyll-theme-chirpy","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cotes2020.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}},"created_at":"2022-02-07T16:10:01.000Z","updated_at":"2025-03-30T02:53:09.000Z","dependencies_parsed_at":"2023-08-31T07:36:04.135Z","dependency_job_id":"ec2ed85d-82aa-4f54-a457-afd2173a18d6","html_url":"https://github.com/cotes2020/chirpy-static-assets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotes2020%2Fchirpy-static-assets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotes2020%2Fchirpy-static-assets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotes2020%2Fchirpy-static-assets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotes2020%2Fchirpy-static-assets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cotes2020","download_url":"https://codeload.github.com/cotes2020/chirpy-static-assets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247631833,"owners_count":20970069,"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":["css-library","js-library","static-assets","submodule","webfonts"],"created_at":"2024-10-13T09:47:03.243Z","updated_at":"2025-04-07T10:19:59.487Z","avatar_url":"https://github.com/cotes2020.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Static Assets for Chirpy Jekyll Theme\n\n## Introduction\n\nStatic assets (libraries/plugins/web-fonts) required by the [_Chirpy_][chirpy] based website to run. It provides the opportunity to choose self-host assets in production or development mode.\n\n## Usage\n\n- If you want to use these assets only in local development:\n\n  Go to the root of your site and clone the assets as follows:\n\n  ```console\n  $ git submodule init\n  $ git submodule update\n  ```\n\n  And then set your site configuration options:\n\n  ```yml\n  # _config.yml\n  assets:\n    self_host:\n      enabled: true\n      env: development\n  ```\n\n- If you expect the assets to be self-hosted when your website is published:\n\n  Keep the `_config.yml` options as follows:\n\n  ```yml\n  # _config.yml\n  assets:\n    self_host:\n      enabled: true\n  ```\n\n  And then update the GitHub Actions workflow in `.github/workflows/pages-deploy.yml`:\n\n  ```diff\n  steps:\n    - name: Checkout\n      uses: actions/checkout@v2\n      with:\n  +     submodules: true\n  ```\n\n## Versions\n\n| Dependency                                               |   Version |\n| :------------------------------------------------------- | --------: |\n| [Clipboard][clipboard]                                   |  `2.0.11` |\n| [Day.js][dayjs]                                          | `1.11.13` |\n| [Font Awesome Free][fontawesome]                         |   `6.7.1` |\n| [GLightbox][glightbox]                                   |   `3.3.0` |\n| [Loading-attribute-polyfill][loading-attribute-polyfill] |   `2.1.1` |\n| [Mermaid][mermaid]                                       |  `11.4.0` |\n| [Simple-Jekyll-Search][simple-jekyll-search]             |  `1.10.0` |\n| [Tocbot][tocbot]                                         |  `4.32.2` |\n\n[chirpy]: https://github.com/cotes2020/jekyll-theme-chirpy\n\n\u003c!-- deps --\u003e\n\n[clipboard]: https://www.jsdelivr.com/package/npm/clipboard\n[dayjs]: https://www.jsdelivr.com/package/npm/dayjs\n[fontawesome]: https://fontawesome.com/download\n[loading-attribute-polyfill]: https://www.jsdelivr.com/package/npm/loading-attribute-polyfill\n[glightbox]: https://www.jsdelivr.com/package/npm/glightbox\n[mermaid]: https://www.jsdelivr.com/package/npm/mermaid\n[simple-jekyll-search]: https://www.jsdelivr.com/package/npm/simple-jekyll-search\n[tocbot]: https://www.jsdelivr.com/package/npm/tocbot\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotes2020%2Fchirpy-static-assets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcotes2020%2Fchirpy-static-assets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotes2020%2Fchirpy-static-assets/lists"}