{"id":15196992,"url":"https://github.com/hbstack/theme-cards","last_synced_at":"2025-10-28T05:31:10.603Z","repository":{"id":210554178,"uuid":"726853193","full_name":"hbstack/theme-cards","owner":"hbstack","description":"HB cards style theme for building fast, responsive, modern and modular static websites.","archived":false,"fork":false,"pushed_at":"2024-05-29T08:10:21.000Z","size":2205,"stargazers_count":19,"open_issues_count":4,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-29T17:17:55.081Z","etag":null,"topics":["blog","bootstrap","digital-garden","docs","hb","hb-theme","hugo","hugo-theme","responsive"],"latest_commit_sha":null,"homepage":"https://theme-cards.hbstack.dev/","language":"HTML","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/hbstack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"razonyang","custom":["https://paypal.me/razonyang"]}},"created_at":"2023-12-03T15:43:16.000Z","updated_at":"2024-06-01T08:33:40.540Z","dependencies_parsed_at":"2024-02-08T05:28:12.750Z","dependency_job_id":"07657d7e-66e8-4e2f-8b24-fc57d86d25b8","html_url":"https://github.com/hbstack/theme-cards","commit_stats":null,"previous_names":["hbstack/theme-cards"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbstack%2Ftheme-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbstack%2Ftheme-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbstack%2Ftheme-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hbstack%2Ftheme-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hbstack","download_url":"https://codeload.github.com/hbstack/theme-cards/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238603669,"owners_count":19499490,"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":["blog","bootstrap","digital-garden","docs","hb","hb-theme","hugo","hugo-theme","responsive"],"created_at":"2024-09-28T00:22:26.633Z","updated_at":"2025-10-28T05:31:09.948Z","avatar_url":"https://github.com/hbstack.png","language":"HTML","readme":"# HB Cards Theme\n\n[![Used By](https://badgen.net/github/dependents-repo/hbstack/theme-cards?label=used%20by)](https://github.com/hbstack/theme-cards/network/dependents)\n![Hugo Requirements](https://img.shields.io/badge/dynamic/json?color=important\u0026label=requirements\u0026query=requirements\u0026logo=hugo\u0026style=flat-square\u0026url=https://api.razonyang.com/v1/hugo/modules/github.com/hbstack/theme-cards)\n[![License](https://badgen.net/github/license/hbstack/theme-cards)](https://github.com/hbstack/theme-cards/blob/main/LICENSE)\n[![Version](https://badgen.net/github/tag/hbstack/theme-cards)](https://github.com/hbstack/theme-cards/tags)\n\nThe cards theme of [HB Framework](https://hbstack.dev/), live demo: https://theme-cards.hbstack.dev/.\n\n## Documentation\n\n| English | 简体中文 |\n| --- | --- |\n| [Install from scratch](https://theme-cards.hbstack.dev/docs/install-from-scratch/) | [从头开始安装](https://theme-cards.hbstack.dev/zh-hans/docs/install-from-scratch/) |\n| [Migrate from starter theme](https://theme-cards.hbstack.dev/docs/migrate-from-starter-theme/) | [从新手模板迁移](https://theme-cards.hbstack.dev/zh-hans/docs/migrate-from-starter-theme/) |\n\n## Screenshot\n\n![Screenshot](https://raw.githubusercontent.com/hbstack/theme-cards/main/images/screenshot.png)\n\n## Features\n\n- **Fast** and **SEO** friendly: [PageSpeed Insight](https://pagespeed.web.dev/analysis?url=https://theme-cards.hbstack.dev/) scored perfect :100: in all four metrics on mobile and desktop.\n- **Multi-purpose**: blog, project documentation, digital gardens, landing pages and so on.\n- **Responsive**: mobile first, built on top of Bootstrap v5.3.\n- :ice_cube: **Modular** and **Flexible**: easily extend functionality using a variety of modules.\n- :first_quarter_moon: **Dark mode**: light, dark, or auto (follows system default).\n- :mag: **Search**: powerful client-side fuzzy search with features like filtering, sorting results, and searching across multilingual sites.\n- **PurgeCSS**: automatically remove unused CSS to optimize performance.\n- :rocket: **PWA**:\n  - Installable: sites can be added to your device's home screen, allowing it to function like a mobile app.\n  - Offline Availability: provides an offline page and support for offline images, ensuring functionality without an internet connection.\n  - Caching: resources like CSS, JS, and font files can be pre-cached.\n- **Advanced**:\n  - Custom SCSS [variables](https://github.com/hbstack/theme-cards/blob/main/exampleSite/assets/hb/modules/custom/scss/variables.tmpl.scss) and [styles](https://github.com/hbstack/theme-cards/blob/main/exampleSite/assets/hb/modules/custom/scss/index.scss).\n  - Custom [JavaScript](https://github.com/hbstack/theme-cards/blob/main/exampleSite/assets/hb/modules/custom/js/index.ts).\n  - Custom HTML markup:\n    - [Before the end of `\u003chead\u003e`](https://github.com/hbstack/theme-cards/blob/main/exampleSite/layouts/partials/hugopress/modules/hb-custom/hooks/head-end.html)\n    - [Before the end of `\u003cbody\u003e`](https://github.com/hbstack/theme-cards/blob/main/exampleSite/layouts/partials/hugopress/modules/hb-custom/hooks/body-end.html)\n    - [Custom sidebar widget](https://github.com/hbstack/theme-cards/blob/main/exampleSite/layouts/partials/hugopress/modules/hb-custom/hooks/hb-blog-sidebar.html)\n- :framed_picture: **Images Processing**: process images through URL query strings and fragments, allowing actions like alignment, resizing, cropping, and more. Friendly to Markdown.\n- :computer: **Code Block Panel**: includes options to expand or collapse the block, copy code, toggle line numbers, and enable or disable line wrapping.\n- **Menus**: supports header menus and footer menus.\n- Post Relations: related posts dynamically accessible from each post.\n- :framed_picture: image viewer: allows image zooming.\n- :card_index_dividers:\t**Archives**: group by year and month.\n- :memo: **Multiple authors**: articles can be co-authored.\n- :globe_with_meridians: **Multilingual**.\n- :arrow_left: **RTL**: supports Right-to-Left languages.\n- :arrow_up: Back/Return to Top button.\n- Social links: supports header and footer social links.\n- Content: supports KaTex (math), Mermaid (diagrams) and Bootstrap shortcodes.\n","funding_links":["https://github.com/sponsors/razonyang","https://paypal.me/razonyang"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbstack%2Ftheme-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhbstack%2Ftheme-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhbstack%2Ftheme-cards/lists"}