{"id":18904273,"url":"https://github.com/hugo-fixit/fixit-bundle","last_synced_at":"2025-09-04T15:33:10.591Z","repository":{"id":258893799,"uuid":"869876621","full_name":"hugo-fixit/fixit-bundle","owner":"hugo-fixit","description":"🌲 Bundles the FixIt core theme and all hugo-fixit components into a single component.","archived":false,"fork":false,"pushed_at":"2024-12-29T01:00:40.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-12-29T02:17:22.428Z","etag":null,"topics":["fixit-bundle","hugo","hugo-fixit","theme-component"],"latest_commit_sha":null,"homepage":"https://github.com/Lruihao/hugo-blog","language":null,"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/hugo-fixit.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"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":{"custom":["https://paypal.me/Lruihao"]}},"created_at":"2024-10-09T03:44:33.000Z","updated_at":"2024-12-29T01:00:42.000Z","dependencies_parsed_at":"2024-12-08T02:17:22.866Z","dependency_job_id":"afc069dd-39e4-47b7-8b85-156645ce3561","html_url":"https://github.com/hugo-fixit/fixit-bundle","commit_stats":null,"previous_names":["hugo-fixit/fixit-bundle"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Ffixit-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Ffixit-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Ffixit-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Ffixit-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugo-fixit","download_url":"https://codeload.github.com/hugo-fixit/fixit-bundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231972458,"owners_count":18454152,"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":["fixit-bundle","hugo","hugo-fixit","theme-component"],"created_at":"2024-11-08T09:07:58.487Z","updated_at":"2025-09-04T15:33:10.579Z","avatar_url":"https://github.com/hugo-fixit.png","language":null,"funding_links":["https://paypal.me/Lruihao"],"categories":[],"sub_categories":[],"readme":"# FixIt Bundle\n\n👉 English README | [简体中文说明](/README.md)\n\n🌲 Bundles the FixIt core theme and all hugo-fixit components into a single component.\n\n## Install Component\n\nFirst make sure that your project itself is a [Hugo module](https://gohugo.io/hugo-modules/use-modules/#initialize-a-new-module).\n\nThen add this theme component to your `hugo.toml` configuration file:\n\n```toml\n[module]\n  [[module.imports]]\n    path = \"github.com/hugo-fixit/fixit-bundle\"\n```\n\nOn the first start of Hugo it will download the required files.\n\nTo update to the latest version of the module run:\n\n```bash\nhugo mod get -u\nhugo mod tidy\n```\n\n## Usage\n\nAdd the following to your `hugo.toml`:\n\n```toml\n[params]\n  # ...\n\n[outputs]\n  _merge = \"shallow\"\n\n[taxonomies]\n  _merge = \"shallow\"\n\n[markup]\n  _merge = \"shallow\"\n\n[module]\n  [[module.imports]]\n    path = \"github.com/hugo-fixit/fixit-bundle\"\n```\n\nYou can use all configurations and features of all included theme components.\n\n## Component List\n\n\u003c!-- HUGO_FIXIT_COMPONENTS:START --\u003e\n- [cmpt-flyfish](https://github.com/hugo-fixit/cmpt-flyfish)\\\n 🐟 A canvas implemented animation effect of small fish swimming.\n- [cmpt-mdevtools](https://github.com/hugo-fixit/cmpt-mdevtools)\\\n Mobile devtools component powered by vConsole and eruda.\n- [cmpt-translate](https://github.com/hugo-fixit/cmpt-translate)\\\n 🌐 A component for site automatic translation.\n- [component-projects](https://github.com/hugo-fixit/component-projects)\\\n 🐙 Display your GitHub projects in the FixIt theme and generate blog posts from readme.\n- [hugo-atom-feed](https://github.com/hugo-fixit/hugo-atom-feed)\\\n Hugo theme component for ATOM feed custom Output Format.\n- [hugo-json-feed](https://github.com/hugo-fixit/hugo-json-feed)\\\n Hugo theme component for JSON feed custom Output Format.\n- [shortcode-asciinema](https://github.com/hugo-fixit/shortcode-asciinema)\\\n A Hugo theme component with asciinema-embed shortcode.\n- [shortcode-caniuse](https://github.com/hugo-fixit/shortcode-caniuse)\\\n A Hugo theme component with caniuse shortcode.\n- [shortcode-docs-bookmark](https://github.com/hugo-fixit/shortcode-docs-bookmark)\\\n 🔖 Embed bookmark of FixIt Docs.\n- [shortcode-missing-translation](https://github.com/hugo-fixit/shortcode-missing-translation)\\\n A Hugo theme component with missing-translation shortcode.\n- [shortcode-mmt-netease](https://github.com/hugo-fixit/shortcode-mmt-netease)\\\n 🎶 A Hugo theme component with a NetEase Cloud random comment shortcode.\n- [shortcode-rewards](https://github.com/hugo-fixit/shortcode-rewards)\\\n A Hugo theme component with reward-log or sponsor-log shortcode.\n\u003c!-- HUGO_FIXIT_COMPONENTS:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo-fixit%2Ffixit-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugo-fixit%2Ffixit-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo-fixit%2Ffixit-bundle/lists"}