{"id":28242293,"url":"https://github.com/imdhemy/imdhemy-jekyll-theme","last_synced_at":"2026-03-11T00:05:40.891Z","repository":{"id":117711470,"uuid":"579108146","full_name":"imdhemy/imdhemy-jekyll-theme","owner":"imdhemy","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-08T00:40:21.000Z","size":1652,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-08T03:36:12.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","has_issues":true,"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/imdhemy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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},"funding":{"github":["imdhemy"]}},"created_at":"2022-12-16T17:20:30.000Z","updated_at":"2026-03-08T00:40:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca29b013-b1c5-48e0-8ee5-656d2761a2c6","html_url":"https://github.com/imdhemy/imdhemy-jekyll-theme","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/imdhemy/imdhemy-jekyll-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fimdhemy-jekyll-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fimdhemy-jekyll-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fimdhemy-jekyll-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fimdhemy-jekyll-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdhemy","download_url":"https://codeload.github.com/imdhemy/imdhemy-jekyll-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdhemy%2Fimdhemy-jekyll-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30362787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-05-19T05:09:42.743Z","updated_at":"2026-03-11T00:05:40.866Z","avatar_url":"https://github.com/imdhemy.png","language":"SCSS","funding_links":["https://github.com/sponsors/imdhemy"],"categories":[],"sub_categories":[],"readme":"# Imdhemy Jekyll Theme\n\nJekyll theme for my personal website. [imdhemy.com](https://imdhemy.com)\n\n## Installation (Recommended: RubyGem)\n\nInstall the theme as a gem and pin a semantic version.\n\nAdd to your site's `Gemfile`:\n\n```ruby\ngem \"imdhemy-jekyll-theme\", \"1.0.0\"\n```\n\nSet the theme in your site's `_config.yml`:\n\n```yaml\ntheme: imdhemy-jekyll-theme\n```\n\nThen run:\n\n```bash\nbundle install\n```\n\n## Migrating From `remote_theme`\n\nIf your site currently uses:\n\n```yaml\nremote_theme: imdhemy/imdhemy-jekyll-theme\n```\n\nMigrate to the gem flow:\n\n1. Remove `remote_theme` from `_config.yml`.\n2. Add `theme: imdhemy-jekyll-theme` to `_config.yml`.\n3. Add `gem \"imdhemy-jekyll-theme\", \"\u003csemantic-version\u003e\"` to your `Gemfile`.\n4. Run `bundle install`.\n\n## Usage\n\nYou can find examples in the [example](/example) directory.\n\n## Development Quick Start\n\nUse this sequence every time you start working on the theme locally.\n\n### 1. Prerequisites\n\n- Ruby 3.3.4 + Bundler\n- Node.js 24 + npm\n\nThe project pins runtime versions in:\n\n- `.ruby-version`\n- `.nvmrc`\n- `.node-version`\n- `.tool-versions`\n\n### 2. Install dependencies\n\n```bash\nbundle install\nnpm install\n```\n\n### 3. Start development\n\nRun the theme preview and JS watcher together:\n\n```bash\nnpm start\n```\n\nThis runs:\n\n- `bundle exec rake preview` to serve the example site from `http://127.0.0.1:4000/example/`\n- `vite build --watch` to rebuild `assets/js/dist/main.js` on JS changes\n\n### 4. Day-to-day workflow\n\n- Edit layouts/includes/styles in the theme root.\n- Edit sample content under `example/` to verify real pages.\n- Keep `npm start` running while you work.\n\n### 5. Useful standalone commands\n\n```bash\nnpm run rake      # Jekyll preview only\nnpm run js:build  # JS production build\nnpm run js:watch  # JS watcher only\n```\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdhemy%2Fimdhemy-jekyll-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdhemy%2Fimdhemy-jekyll-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdhemy%2Fimdhemy-jekyll-theme/lists"}