{"id":13406418,"url":"https://github.com/hexojs/hexo","last_synced_at":"2025-05-12T17:52:34.307Z","repository":{"id":4771866,"uuid":"5923215","full_name":"hexojs/hexo","owner":"hexojs","description":"A fast, simple \u0026 powerful blog framework, powered by Node.js.","archived":false,"fork":false,"pushed_at":"2025-05-03T03:45:07.000Z","size":7038,"stargazers_count":40286,"open_issues_count":91,"forks_count":4920,"subscribers_count":809,"default_branch":"master","last_synced_at":"2025-05-05T15:15:18.113Z","etag":null,"topics":["hexo","javascript","nodejs","static-site-generator","typescript"],"latest_commit_sha":null,"homepage":"https://hexo.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"capickett/cella-android-client","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexojs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null},"funding":{"open_collective":"hexo"}},"created_at":"2012-09-23T15:17:08.000Z","updated_at":"2025-05-05T14:15:21.000Z","dependencies_parsed_at":"2024-03-04T15:13:09.296Z","dependency_job_id":"51ecc0a5-a58e-4d24-9531-ba7d60fcd8a2","html_url":"https://github.com/hexojs/hexo","commit_stats":{"total_commits":3094,"total_committers":204,"mean_commits":"15.166666666666666","dds":0.4269553975436329,"last_synced_commit":"80dafe2ab62f229e03d6af95c7e6a3abb5f257ab"},"previous_names":[],"tags_count":157,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexojs%2Fhexo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexojs","download_url":"https://codeload.github.com/hexojs/hexo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252522172,"owners_count":21761685,"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":["hexo","javascript","nodejs","static-site-generator","typescript"],"created_at":"2024-07-30T19:02:29.773Z","updated_at":"2025-05-05T15:16:12.319Z","avatar_url":"https://github.com/hexojs.png","language":"TypeScript","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\n\n\u003e A fast, simple \u0026 powerful blog framework, powered by [Node.js](https://nodejs.org).\n\n[Website](https://hexo.io) |\n[Documentation](https://hexo.io/docs/) |\n[Installation Guide](https://hexo.io/docs/#Installation) |\n[Contribution Guide](https://hexo.io/docs/contributing) |\n[Code of Conduct](CODE_OF_CONDUCT.md) |\n[API](https://hexo.io/api/) |\n[Twitter](https://twitter.com/hexojs)\n\n[![NPM version](https://badge.fury.io/js/hexo.svg)](https://www.npmjs.com/package/hexo)\n![Required Node version](https://img.shields.io/node/v/hexo)\n[![Build Status](https://github.com/hexojs/hexo/workflows/Tester/badge.svg)](https://github.com/hexojs/hexo/actions?query=workflow%3ATester)\n[![dependencies Status](https://img.shields.io/librariesio/release/npm/hexo)](https://libraries.io/npm/hexo)\n[![Coverage Status](https://coveralls.io/repos/hexojs/hexo/badge.svg?branch=master)](https://coveralls.io/r/hexojs/hexo?branch=master)\n[![Gitter](https://badges.gitter.im/hexojs/hexo.svg)](https://gitter.im/hexojs/hexo)\n[![Discord Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/teM2Anj)\n[![Telegram Chat](https://img.shields.io/badge/chat-on%20telegram-32afed.svg)](https://t.me/hexojs)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fhexojs%2Fhexo.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_shield)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)\n\n## 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## Quick Start\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## Contributing\n\nWe welcome you to join the development of Hexo. Please see [contributing document](https://hexo.io/docs/contributing). 🤗\n\nAlso, we welcome PR or issue to [official-plugins](https://github.com/hexojs).\n\n## Contributors\n\n[![](https://opencollective.com/Hexo/contributors.svg?width=890)](https://github.com/hexojs/hexo/graphs/contributors)\n\n## Backers\n\n[![Backers](https://opencollective.com/hexo/tiers/backers.svg?avatarHeight=36\u0026width=600)](https://opencollective.com/hexo)\n\n## Sponsors\n\n[![Sponsors](https://opencollective.com/hexo/tiers/sponsors.svg?width=600)](https://opencollective.com/hexo)\n\n## 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","funding_links":["https://opencollective.com/hexo"],"categories":["TypeScript","Packages","JavaScript","Apps","包","Static Pages","Repository","Web 后端","NodeJS","武器库","目录","Web Development","前端开发框架及项目","Uncategorized","Blogs","hacktoberfest","typescript","Blogging","nodejs","By Language","网站生成与排版","1. 后端开发"],"sub_categories":["Blogging","Writing","写博客","Static Site Generator \u0026 Blogging","静态站点生成器","Node.js相关","C++/C Toolkit","其他_文本生成、文本对话","Uncategorized","博客","JavaScript / Node.js","静态网站","1.7 站点"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexojs%2Fhexo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexojs%2Fhexo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexojs%2Fhexo/lists"}