{"id":15363181,"url":"https://github.com/techquery/create-hexo-wiki","last_synced_at":"2025-07-19T12:32:46.935Z","repository":{"id":98205607,"uuid":"166037062","full_name":"TechQuery/create-hexo-wiki","owner":"TechQuery","description":"Wiki-site generator based on Hexo \u0026 Git","archived":false,"fork":false,"pushed_at":"2023-06-25T18:40:53.000Z","size":209,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T09:44:12.767Z","etag":null,"topics":["generator","git","hexo","npm","website","wiki"],"latest_commit_sha":null,"homepage":"https://tech-query.me/create-hexo-wiki/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TechQuery.png","metadata":{"files":{"readme":"ReadMe.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}},"created_at":"2019-01-16T12:31:38.000Z","updated_at":"2021-05-04T00:39:51.000Z","dependencies_parsed_at":"2025-01-18T23:32:19.577Z","dependency_job_id":"4040144d-9b1f-4d9d-88c3-4fa55b785bc4","html_url":"https://github.com/TechQuery/create-hexo-wiki","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"d67fe1ffd27cf9e9c68a8bdf58ffa679a16b0492"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TechQuery/create-hexo-wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2Fcreate-hexo-wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2Fcreate-hexo-wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2Fcreate-hexo-wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2Fcreate-hexo-wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TechQuery","download_url":"https://codeload.github.com/TechQuery/create-hexo-wiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TechQuery%2Fcreate-hexo-wiki/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265934187,"owners_count":23852086,"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":["generator","git","hexo","npm","website","wiki"],"created_at":"2024-10-01T13:05:01.811Z","updated_at":"2025-07-19T12:32:46.909Z","avatar_url":"https://github.com/TechQuery.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hexo Wiki\n\n**Wiki-site** generator based on [Hexo][1] \u0026 [Git][2].\n\n[![NPM Dependency](https://david-dm.org/TechQuery/create-hexo-wiki.svg)][4]\n[![Build Status](https://travis-ci.com/EasyWebApp/create-hexo-wiki.svg?branch=master)][5]\n\n[![NPM](https://nodei.co/npm/create-hexo-wiki.png?downloads=true\u0026downloadRank=true\u0026stars=true)][6]\n\n## Basic Usage\n\n### 1. Choose a Theme \u0026 Plugins\n\n-   https://hexo.io/themes/\n\n    -   You should find out which pages must be created to enable some layout of chosen theme\n\n-   https://hexo.io/plugins/ ([Some plugins][7] have been included)\n\n### 2. Create a Git repository\n\nhttps://github.com/new\n\n### 3. Install Hexo-wiki\n\n```Shell\nnpm init hexo-wiki create repo_name \\\n    --theme name \\\n    --pages blog,tags \\\n    --plugins one,two \\\n    --remote https://github.com/your_id/repo_name.git\n```\n\n### 4. Setup Online services\n\n-   [Static Pages host](https://pages.github.com/)\n\n-   [Auto updater](https://github.com/marketplace/travis-ci) ([Environment varibles][8])\n\n### 5. Upload whole site\n\n```Shell\ngit push\n```\n\n## Advanced Arguments\n\n    create-hexo-wiki create \u003cpath\u003e\n\n    Create a Hexo Wiki project\n\n    Options:\n      -h, --help             show Help information\n      -P, --pages    \u003clist\u003e  Required pages of installed theme\n      -p, --plugins  \u003clist\u003e  Plugins to install (comma separated)\n      -r, --remote   \u003cURL\u003e   Git URL of a Remote repository\n      -t, --theme    \u003cname\u003e  A theme to install\n\n## Reference Documents\n\n-   [Tutorial](https://shimo.im/docs/PcIvVWp7Ok8qnb5X)\n\n-   [Source code](https://github.com/TechQuery/create-hexo-wiki)\n\n[1]: https://hexo.io/\n[2]: https://git-scm.com/\n[3]: https://developers.google.com/web/progressive-web-apps/\n[4]: https://david-dm.org/TechQuery/create-hexo-wiki\n[5]: https://travis-ci.com/EasyWebApp/create-hexo-wiki\n[6]: https://nodei.co/npm/create-hexo-wiki/\n[7]: https://github.com/TechQuery/create-hexo-wiki/blob/master/template/package.json#L13\n[8]: https://tech-query.me/development/hello-hexo-travis/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechquery%2Fcreate-hexo-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechquery%2Fcreate-hexo-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechquery%2Fcreate-hexo-wiki/lists"}