{"id":51256046,"url":"https://github.com/zhum/jekyll-theme-zhum-clean","last_synced_at":"2026-06-29T10:32:25.625Z","repository":{"id":366239660,"uuid":"1275535353","full_name":"zhum/jekyll-theme-zhum-clean","owner":"zhum","description":"A clean, self-contained technical-blog Jekyll theme (light/dark, emerald accent, Inter, tag cloud, i18n).","archived":false,"fork":false,"pushed_at":"2026-06-20T21:57:08.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-20T23:18:14.778Z","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/zhum.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-20T20:25:15.000Z","updated_at":"2026-06-20T21:57:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zhum/jekyll-theme-zhum-clean","commit_stats":null,"previous_names":["zhum/jekyll-theme-zhum-clean"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/zhum/jekyll-theme-zhum-clean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhum%2Fjekyll-theme-zhum-clean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhum%2Fjekyll-theme-zhum-clean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhum%2Fjekyll-theme-zhum-clean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhum%2Fjekyll-theme-zhum-clean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhum","download_url":"https://codeload.github.com/zhum/jekyll-theme-zhum-clean/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhum%2Fjekyll-theme-zhum-clean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34923765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":[],"created_at":"2026-06-29T10:32:24.833Z","updated_at":"2026-06-29T10:32:25.611Z","avatar_url":"https://github.com/zhum.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jekyll-theme-zhum-clean\n\nA clean, self-contained technical-blog Jekyll theme — light/dark color modes, an\nemerald accent, [Inter](https://rsms.me/inter/) typography, a sticky header with\nlanguage switcher, a tag-cloud sidebar, and sortable-table support. The theme\ndoes **not** depend on minima; everything is provided by the gem.\n\n## Installation\n\nAdd to your site's `Gemfile`:\n\n```ruby\ngem \"jekyll-theme-zhum-clean\"\n```\n\nAnd in `_config.yml`:\n\n```yaml\ntheme: jekyll-theme-zhum-clean\n```\n\nThen `bundle`.\n\n### Required plugins\n\nThe theme's templates use a few Liquid tags, so enable these plugins in\n`_config.yml` (they're declared as gem runtime dependencies, so `bundle` pulls\nthem in):\n\n```yaml\nplugins:\n  - jekyll-seo-tag                       # {% seo %} meta in the \u003chead\u003e\n  - jekyll-feed                          # {% feed_meta %}\n  - jekyll-multiple-languages-plugin     # {% t %} translation tags\n\nlanguages:\n  - en\n  - ru\n```\n\n## Layouts\n\n| Layout    | Use                                                        |\n|-----------|------------------------------------------------------------|\n| `default` | Base chrome: header (brand, nav, language switcher, dark-mode toggle), tag-cloud sidebar, footer. |\n| `home`    | Extends `default`; adds the page heading and an optional post list. |\n\n## Includes\n\n| Include              | Purpose                                                       |\n|----------------------|---------------------------------------------------------------|\n| `head.html`          | `\u003chead\u003e`: theme-color, fonts, Font Awesome, no-flash dark-mode bootstrap, stylesheet link. |\n| `tag_cloud.html`     | Tag chips with counts, built from page front-matter `tags`.   |\n| `tag_index.html`     | Full tag index (for a Tags page).                             |\n| `table_sorter.js`    | Loads jQuery + [tablesorter](https://mottie.github.io/tablesorter/) and initializes `$(\"table\")`. Include it on any page with a sortable table. |\n| `anime_resume.html`  | Renders the `anime_resume` collection (site-specific helper). |\n\n## Styling\n\n`assets/css/style.scss` holds the full theme. Design tokens live in `:root`\n(and `:root[data-theme=\"dark\"]`) as CSS custom properties — override them in\nyour own stylesheet to re-skin without forking:\n\n```css\n:root { --accent: #2563eb; --content-width: 1100px; }\n```\n\nSortable-table sort indicators (▲ / ▼ / faint ↕) and a dark-mode toggle are\nincluded.\n\n## Dark mode\n\nThe toggle button (`#theme-toggle`) flips `data-theme` on `\u003chtml\u003e` and persists\nthe choice to `localStorage`; the initial value respects\n`prefers-color-scheme`. No configuration needed.\n\n## Development\n\nThis directory is set up like a Jekyll site. Run `bundle install`, then\n`bundle exec jekyll serve` and open \u003chttp://localhost:4000\u003e.\n\nWhen released, only the Git-tracked files in `_layouts`, `_includes`, `_sass`\nand `assets` (plus `LICENSE`/`README`/`_config.yml`) are bundled into the gem —\nsee the regexp in `jekyll-theme-zhum-clean.gemspec`.\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhum%2Fjekyll-theme-zhum-clean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhum%2Fjekyll-theme-zhum-clean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhum%2Fjekyll-theme-zhum-clean/lists"}