{"id":48358839,"url":"https://github.com/mmdjiji/hexo-template","last_synced_at":"2026-04-05T11:34:55.252Z","repository":{"id":107154126,"uuid":"480885004","full_name":"mmdjiji/hexo-template","owner":"mmdjiji","description":"Template of Hexo, with CI/CD by GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-09-22T08:15:08.000Z","size":1033,"stargazers_count":156,"open_issues_count":0,"forks_count":15,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T21:49:51.091Z","etag":null,"topics":["cd","ci","hexo","template"],"latest_commit_sha":null,"homepage":"https://std.ac/hexo-template/","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/mmdjiji.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":"2022-04-12T16:16:47.000Z","updated_at":"2025-09-22T08:15:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9889c4c-54ee-43f1-a8a4-ac91d0110702","html_url":"https://github.com/mmdjiji/hexo-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/mmdjiji/hexo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmdjiji%2Fhexo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmdjiji%2Fhexo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmdjiji%2Fhexo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmdjiji%2Fhexo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmdjiji","download_url":"https://codeload.github.com/mmdjiji/hexo-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmdjiji%2Fhexo-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31434624,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cd","ci","hexo","template"],"created_at":"2026-04-05T11:34:55.157Z","updated_at":"2026-04-05T11:34:55.236Z","avatar_url":"https://github.com/mmdjiji.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/hexojs/logo/master/hexo-logo-avatar.png\" alt=\"Hexo logo\" width=\"100\" height=\"100\" align=\"right\" /\u003e\n\n# Hexo Template\n\n\u003e A fast, simple \u0026 powerful blog framework, powered by [Node.js](https://nodejs.org). Here is the template of it.\n\n[Demo](https://std.ac/hexo-template) |\n[Official Website](https://hexo.io) |\n[Documentation](https://hexo.io/docs/) |\n[GitHub](https://github.com/mmdjiji/hexo-template)\n\n## Get Started\n\nUse this template and create your repository, there are two lines to modify in `_config.yml`:\n\n1. Set your site url at **line 16**. For example, if you use GitHub Page, set url as `https://username.github.io/project`:\n```yml\nurl: https://std.ac/hexo-template\n```\n\n2. Set your project name at **line 107**, if your project name is `username` or `username.github.io`, just remove it at the end of `_config.yml`:\n```yml\nroot: /hexo-template\n```\n\n## CI/CD\n\nThis repository uses GitHub Actions for CI/CD. You don't need to build your documents manually. Just commit your documents (then run `git push`), and then turn on the GitHub Pages in the settings to access your online documents. (For this demo is https://std.ac/hexo-template)\n\n## Hexo Features\n\n- Blazing fast generating\n- Support for GitHub Flavored Markdown and most Octopress plugins\n- One-command deploy to GitHub Pages, Heroku, etc.\n- Powerful API for limitless extensibility\n- Hundreds of [themes](https://hexo.io/themes/) \u0026 [plugins](https://hexo.io/plugins/)\n\n## Commands\n\n**Install Hexo**\n\n``` bash\n$ npm install hexo-cli -g\n```\n\nInstall with [brew](https://brew.sh/) on macOS and Linux:\n\n```bash\n$ brew install hexo\n```\n\n**Setup your blog**\n\n``` bash\n$ hexo init blog\n$ cd blog\n```\n\n**Start the server**\n\n``` bash\n$ hexo server\n```\n\n**Create a new post**\n\n``` bash\n$ hexo new \"Hello Hexo\"\n```\n\n**Generate static files**\n\n``` bash\n$ hexo generate\n```\n\n## More Information\n\n- Read the [documentation](https://hexo.io/)\n- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list\n- Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html)\n- Join discussion on [Google Group](https://groups.google.com/group/hexo), [Discord](https://discord.gg/teM2Anj), [Gitter](https://gitter.im/hexojs/hexo) or [Telegram](https://t.me/hexojs)\n- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki\n- Follow [@hexojs](https://twitter.com/hexojs) for latest news\n\n## License\n\nFollows [hexojs/hexo](https://github.com/hexojs/hexo) , use [MIT License](LICENSE).\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhexojs%2Fhexo.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmdjiji%2Fhexo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmdjiji%2Fhexo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmdjiji%2Fhexo-template/lists"}