{"id":18904270,"url":"https://github.com/hugo-fixit/component-skeleton","last_synced_at":"2026-02-22T04:33:28.069Z","repository":{"id":246476393,"uuid":"820926978","full_name":"hugo-fixit/component-skeleton","owner":"hugo-fixit","description":"Create a new Hugo theme component (skeleton)","archived":false,"fork":false,"pushed_at":"2024-12-13T09:12:21.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-28T15:21:30.281Z","etag":null,"topics":["hugo","theme-component"],"latest_commit_sha":null,"homepage":"","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-06-27T13:04:23.000Z","updated_at":"2024-12-13T09:12:25.000Z","dependencies_parsed_at":"2024-11-05T09:27:44.422Z","dependency_job_id":"708f867c-1b96-4526-8267-9e8aa85c067d","html_url":"https://github.com/hugo-fixit/component-skeleton","commit_stats":null,"previous_names":["hugo-fixit/component-skeleton"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Fcomponent-skeleton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Fcomponent-skeleton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Fcomponent-skeleton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugo-fixit%2Fcomponent-skeleton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugo-fixit","download_url":"https://codeload.github.com/hugo-fixit/component-skeleton/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249002580,"owners_count":21196644,"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":["hugo","theme-component"],"created_at":"2024-11-08T09:07:57.292Z","updated_at":"2026-02-22T04:33:28.063Z","avatar_url":"https://github.com/hugo-fixit.png","language":null,"funding_links":["https://paypal.me/Lruihao"],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable-file MD033 MD041 --\u003e\n\u003ch1 align=\"center\"\u003e{component-xxx} | FixIt\u003c/h1\u003e\n\n\u003c!-- TODO feature image here if needed --\u003e\n\n\u003cdiv align=\"center\" class=\"ignore\"\u003e\n  \u003cp\u003e\u003c!-- TODO description here if needed --\u003e\u003c/p\u003e\n  \u003ca href=\"/README.md\"\u003e简体中文\u003c/a\u003e |\n  \u003ca href=\"https://fixit.lruihao.cn/zh-cn/ecosystem/hugo-fixit/{component-xxx}/?lang=chinese_traditional\"\u003e繁體中文\u003c/a\u003e |\n  English |\n  \u003ca href=\"https://fixit.lruihao.cn/ecosystem/hugo-fixit/{component-xxx}/?lang=french\"\u003eFrançais\u003c/a\u003e |\n  \u003ca href=\"https://fixit.lruihao.cn/ecosystem/hugo-fixit/{component-xxx}/?lang=russian\"\u003eРусский язык\u003c/a\u003e |\n  \u003ca href=\"https://fixit.lruihao.cn/ecosystem/hugo-fixit/{component-xxx}/?lang=spanish\"\u003eEspañol\u003c/a\u003e |\n  \u003ca href=\"https://fixit.lruihao.cn/ecosystem/hugo-fixit/{component-xxx}/?lang=hindi\"\u003eहिन्दी\u003c/a\u003e |\n  \u003ca href=\"https://fixit.lruihao.cn/ecosystem/hugo-fixit/{component-xxx}/?lang=deutsch\"\u003edeutsch\u003c/a\u003e |\n  \u003ca href=\"https://fixit.lruihao.cn/ecosystem/hugo-fixit/{component-xxx}/?lang=korean\"\u003e한국어\u003c/a\u003e |\n  \u003ca href=\"https://fixit.lruihao.cn/ecosystem/hugo-fixit/{component-xxx}/?lang=japanese\"\u003eしろうと\u003c/a\u003e\n\u003c/div\u003e\n\n## Demo\n\nTODO demo here if needed\n\n## Features\n\n- [ ] Foo\n- [ ] Bar\n\n## Requirements\n\n- FixIt v0.4.0 or later.\n\n## Install Component\n\nThe installation method is the same as [installing a theme](https://fixit.lruihao.cn/documentation/installation/). There are several ways to install, choose one, Here are two mainstream ways.\n\n### Install as Hugo Module\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\n[[module.imports]]\npath = \"github.com/hugo-fixit/FixIt\"\n\n[[module.imports]]\npath = \"github.com/hugo-fixit/{component-xxx}\"\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### Install as Git Submodule\n\nClone [FixIt](https://github.com/hugo-fixit/FixIt) and this git repository into your theme folder and add it as submodules of your website directory.\n\n```bash\ngit submodule add https://github.com/hugo-fixit/FixIt.git themes/FixIt\ngit submodule add https://github.com/hugo-fixit/{component-xxx}.git themes/{component-xxx}\n```\n\nNext edit `hugo.toml` of your project and add this theme component to your themes:\n\n```toml\ntheme = [\"FixIt\", \"{component-xxx}\"]\n```\n\n## Configuration\n\nIn order to Inject the partial `{xxx}.fixit.html` into the `custom-assets` through the [custom block](https://fixit.lruihao.cn/references/blocks/) opened by the FixIt theme, you need to fill in the following necessary configurations:\n\n```toml\n[params]\n\n[params.customPartials]\n# ... other partials\nhead = []\nprofile = []\naside = []\ncomment = []\nfooter = []\nwidgets = []\nassets = [\n  \"inject/{xxx}.fixit.html\",\n]\npostFooterBefore = []\npostFooterAfter = []\n# ... other partials\n```\n\nTODO configuration here if needed ...\n\n## Use Shortcode\n\nHere is an example of usage:\n\n```markdown\n{{\u003c shortcode-xxx \u003e}}\n```\n\n## References\n\n- [Develop Theme Components | FixIt](https://fixit.lruihao.cn/contributing/components/)\n- [How to Develop a Hugo Theme Component | FixIt](https://fixit.lruihao.cn/components/dev-component/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo-fixit%2Fcomponent-skeleton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugo-fixit%2Fcomponent-skeleton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugo-fixit%2Fcomponent-skeleton/lists"}