{"id":24143724,"url":"https://github.com/is2ei/test_jekyll","last_synced_at":"2026-02-09T22:03:07.068Z","repository":{"id":97247267,"uuid":"564637371","full_name":"is2ei/test_jekyll","owner":"is2ei","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-11T10:03:37.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-08-17T18:42:41.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://is2ei.github.io/test_jekyll/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/is2ei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-11-11T06:22:42.000Z","updated_at":"2022-11-11T09:51:35.000Z","dependencies_parsed_at":"2023-03-13T16:18:16.385Z","dependency_job_id":null,"html_url":"https://github.com/is2ei/test_jekyll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/is2ei/test_jekyll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftest_jekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftest_jekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftest_jekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftest_jekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/is2ei","download_url":"https://codeload.github.com/is2ei/test_jekyll/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/is2ei%2Ftest_jekyll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29283032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2025-01-12T05:28:21.022Z","updated_at":"2026-02-09T22:03:07.052Z","avatar_url":"https://github.com/is2ei.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"test_jekyll\n===\n\nJekyll + GitHub Pages の動作検証用リポジトリ\n\n## Prerequisites\n\n- [Ruby](https://www.ruby-lang.org/en/)\n- [Bundler](https://bundler.io/)\n- (Optional) VS Codeを使っている場合\n  - [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)\n\n*Rubyの3系を使うとwebrickが読み込めないエラーが出る。依存関係を更新する回避策もあるが、現状はJekyllデフォルトのGemfileは更新せず2系で動かすことを想定している。[参考](https://github.com/jekyll/jekyll/issues/8523)*\n\n## Getting started\n\n#### 1) 依存ライブラリのインストール\n\n```\nbundle install\n```\n\n#### 2) 開発サーバーを起動\n\n```\nbundle exec jekyll serve\n```\n\n起動後は http://127.0.0.1:4000/test_jekyll/ でアクセスできる\n\n\n## Release\n\n#### 1) PRを作成する \n\n- [main \u003c- develop](https://github.com/is2ei/test_jekyll/compare/main...develop)\n\n#### 2) レビューを依頼し、approveをもらう\n\n#### 3) マージする\n\n## Create new page\n\n#### 1) markdownファイルを作成する\n\nファイル名の例：`hello.markdown`\n\nファイル内容の例：\n\n```\n---\nlayout: page\ntitle: Hello\npermalink: /hello/\n---\n\n## Where does it come from?\n\nContrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, \"Lorem ipsum dolor sit amet..\", comes from a line in section 1.10.32.\n\nThe standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from \"de Finibus Bonorum et Malorum\" by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.\n```\n\n*`layout`は基本的に`page`を使用すること*\n\n#### 2) ヘッダー内のリンク一覧を更新する\n\n`_config.yml`を開き、`header_pages`を更新する\n\n例：\n\n```\nheader_pages:\n  - index.markdown\n  - hello.markdown\n```\n\n## Update dependencies\n\nローカル環境では`github-pages`Gemを利用している。実際にGitHubで使用されるバージョンは[Dependency versions](https://pages.github.com/versions/)に記載されているので、時々確認して古くなったらGemfileを修正すること。\n\n\n## List dependencies\n\n```\nbundle exec github-pages versions\n```\n\n## References\n\n- [Dependency versions](https://pages.github.com/versions/)\n- [Jekyll](https://jekyllrb.com/)\n- [About GitHub Pages and Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll)\n- [Creating a GitHub Pages site with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll)\n- [Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll)\n- [Adding a theme to your GitHub Pages site using Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fis2ei%2Ftest_jekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fis2ei%2Ftest_jekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fis2ei%2Ftest_jekyll/lists"}