{"id":19442038,"url":"https://github.com/codertonychan/tonydesign-jekyll","last_synced_at":"2026-03-03T13:39:51.173Z","repository":{"id":128412373,"uuid":"180708053","full_name":"CoderTonyChan/tonydesign-jekyll","owner":"CoderTonyChan","description":"tonydesign-jekyll","archived":false,"fork":false,"pushed_at":"2019-04-12T07:52:33.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-19T13:03:16.536Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/CoderTonyChan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":"docs/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-11T03:34:04.000Z","updated_at":"2019-04-12T07:52:34.000Z","dependencies_parsed_at":"2024-08-29T15:20:40.479Z","dependency_job_id":null,"html_url":"https://github.com/CoderTonyChan/tonydesign-jekyll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CoderTonyChan/tonydesign-jekyll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Ftonydesign-jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Ftonydesign-jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Ftonydesign-jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Ftonydesign-jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderTonyChan","download_url":"https://codeload.github.com/CoderTonyChan/tonydesign-jekyll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderTonyChan%2Ftonydesign-jekyll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30046971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T10:53:31.691Z","status":"ssl_error","status_checked_at":"2026-03-03T10:53:22.041Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-11-10T15:38:00.715Z","updated_at":"2026-03-03T13:39:51.154Z","avatar_url":"https://github.com/CoderTonyChan.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tonydesign-jekyll\n\nTonyDesign GitHub Pages 主题\n\nDemo 地址：[https://phodal.github.io/mifa-jekyll/](https://phodal.github.io/mifa-jekyll/)\n\n使用方式，在 GitHub Pages 里创建 ``_config.yml`` 文件，并添加以下的内容来启用 Mifa 主题：\n\n```yml\nremote_theme: CoderTonyChan/tonydesign-jekyll\ngoogle_analytics:\nbackground-image: http://sf6-tccdn-tos.pstatp.com/obj/tuchong-avatar/h_2301626_1\nimages: \n    - title: 爱人\n      src: 'https://photo.tuchong.com/2301626/ft640/209322359.jpg'\n      w: 1024\n      h: 683\n    - title: 爱人\n      src: 'https://photo.tuchong.com/2301626/ft640/209322359.jpg'\n      w: 1024\n      h: 683\n    - title: 爱人\n      src: 'https://photo.tuchong.com/2301626/ft640/209322359.jpg'\n      w: 1024\n      h: 683\n```\n\n## tonydesign-gallery-theme\n\n\n\n## Customizing\n\n### Configuration variables\n\nCayman will respect the following variables, if set in your site's `_config.yml`:\n\n```yml\ntitle: [The title of your site]\ndescription: [A short description of your site's purpose]\n```\n\nAdditionally, you may choose to set the following optional variables:\n\n```yml\nshow_downloads: [\"true\" or \"false\" to indicate whether to provide a download URL]\ngoogle_analytics: [Your Google Analytics tracking ID]\n```\n\n### Stylesheet\n\nIf you'd like to add your own custom styles:\n\n1. Create a file called `/assets/css/style.scss` in your site\n2. Add the following content to the top of the file, exactly as shown:\n    ```scss\n    ---\n    ---\n\n    @import \"{{ site.theme }}\";\n    ```\n3. Add any custom CSS (or Sass, including imports) you'd like immediately after the `@import` line\n\n*Note: If you'd like to change the theme's Sass variables, you must set new values before the `@import` line in your stylesheet.*\n\n### Layouts\n\nIf you'd like to change the theme's HTML layout:\n\n1. [Copy the original template](https://github.com/pages-themes/cayman/blob/master/_layouts/default.html) from the theme's repository\u003cbr /\u003e(*Pro-tip: click \"raw\" to make copying easier*)\n2. Create a file called `/_layouts/default.html` in your site\n3. Paste the default layout content copied in the first step\n4. Customize the layout as you'd like\n\n### Overriding GitHub-generated URLs\n\nTemplates often rely on URLs supplied by GitHub such as links to your repository or links to download your project. If you'd like to override one or more default URLs:\n\n1. Look at [the template source](https://github.com/pages-themes/cayman/blob/master/_layouts/default.html) to determine the name of the variable. It will be in the form of `{{ site.github.zip_url }}`.\n2. Specify the URL that you'd like the template to use in your site's `_config.yml`. For example, if the variable was `site.github.url`, you'd add the following:\n    ```yml\n    github:\n      zip_url: http://example.com/download.zip\n      another_url: another value\n    ```\n3. When your site is built, Jekyll will use the URL you specified, rather than the default one provided by GitHub.\n\n*Note: You must remove the `site.` prefix, and each variable name (after the `github.`) should be indent with two space below `github:`.*\n\nFor more information, see [the Jekyll variables documentation](https://jekyllrb.com/docs/variables/).\n\n\n## License\n---\n\n\u003c!-- [![CoderTonyChan's Idea](http://brand.phodal.com/shields/idea-small.svg)](http://ideas.phodal.com/) --\u003e\n\n\u003c!-- [![CoderTonyChan's Design](http://brand.phodal.com/shields/design-small.svg)](https://www.phodal.com/) --\u003e\n\n© 2019 A [CoderTonyChan](https://tonystudio.ml)'s [Idea](http://github.com/CoderTonyChan/ideas).  This code is distributed under the MIT license. See `LICENSE` in this directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodertonychan%2Ftonydesign-jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodertonychan%2Ftonydesign-jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodertonychan%2Ftonydesign-jekyll/lists"}