mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 21:10:32 +08:00
refactor: 修改 hexo README
This commit is contained in:
parent
14ddbe00fa
commit
bc9851adc0
@ -1,75 +1,7 @@
|
|||||||
<img src="https://raw.githubusercontent.com/hexojs/logo/master/hexo-logo-avatar.png" alt="Hexo logo" width="100" height="100" align="right" />
|
|
||||||
|
|
||||||
# Hexo
|
# Hexo
|
||||||
|
|
||||||
> A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org).
|
> A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org).
|
||||||
|
|
||||||
[Website](https://hexo.io) |
|
|
||||||
[Documentation](https://hexo.io/docs/) |
|
|
||||||
[Installation Guide](https://hexo.io/docs/#Installation) |
|
|
||||||
[Contribution Guide](https://hexo.io/docs/contributing) |
|
|
||||||
[Code of Conduct](CODE_OF_CONDUCT.md) |
|
|
||||||
[API](https://hexo.io/api/) |
|
|
||||||
[Twitter](https://twitter.com/hexojs)
|
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/hexo)
|
|
||||||

|
|
||||||
[](https://github.com/hexojs/hexo/actions?query=workflow%3ATester)
|
|
||||||
[](https://libraries.io/npm/hexo)
|
|
||||||
[](https://coveralls.io/r/hexojs/hexo?branch=master)
|
|
||||||
[](https://gitter.im/hexojs/hexo)
|
|
||||||
[](https://discord.gg/teM2Anj)
|
|
||||||
[](https://t.me/hexojs)
|
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_shield)
|
|
||||||
[](CODE_OF_CONDUCT.md)
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- Blazing fast generating
|
|
||||||
- Support for GitHub Flavored Markdown and most Octopress plugins
|
|
||||||
- One-command deploy to GitHub Pages, Heroku, etc.
|
|
||||||
- Powerful API for limitless extensibility
|
|
||||||
- Hundreds of [themes](https://hexo.io/themes/) & [plugins](https://hexo.io/plugins/)
|
|
||||||
|
|
||||||
## Quick Start
|
|
||||||
|
|
||||||
**Install Hexo**
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ npm install hexo-cli -g
|
|
||||||
```
|
|
||||||
|
|
||||||
Install with [brew](https://brew.sh/) on macOS and Linux:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ brew install hexo
|
|
||||||
```
|
|
||||||
|
|
||||||
**Setup your blog**
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo init blog
|
|
||||||
$ cd blog
|
|
||||||
```
|
|
||||||
|
|
||||||
**Start the server**
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo server
|
|
||||||
```
|
|
||||||
|
|
||||||
**Create a new post**
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo new "Hello Hexo"
|
|
||||||
```
|
|
||||||
|
|
||||||
**Generate static files**
|
|
||||||
|
|
||||||
``` bash
|
|
||||||
$ hexo generate
|
|
||||||
```
|
|
||||||
|
|
||||||
## More Information
|
## More Information
|
||||||
|
|
||||||
- Read the [documentation](https://hexo.io/)
|
- Read the [documentation](https://hexo.io/)
|
||||||
@ -78,25 +10,3 @@ $ hexo generate
|
|||||||
- 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)
|
- 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)
|
||||||
- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki
|
- See the [plugin list](https://hexo.io/plugins/) and the [theme list](https://hexo.io/themes/) on wiki
|
||||||
- Follow [@hexojs](https://twitter.com/hexojs) for latest news
|
- Follow [@hexojs](https://twitter.com/hexojs) for latest news
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
We welcome you to join the development of Hexo. Please see [contributing document](https://hexo.io/docs/contributing). 🤗
|
|
||||||
|
|
||||||
Also, we welcome PR or issue to [official-plugins](https://github.com/hexojs).
|
|
||||||
|
|
||||||
## Contributors
|
|
||||||
|
|
||||||
[](https://github.com/hexojs/hexo/graphs/contributors)
|
|
||||||
|
|
||||||
## Backers
|
|
||||||
|
|
||||||
[](https://opencollective.com/hexo)
|
|
||||||
|
|
||||||
## Sponsors
|
|
||||||
|
|
||||||
<a href="https://linktr.ee/rss3"><img src="https://d1fdloi71mui9q.cloudfront.net/8xxahBqRTnecXgXKObeo_L8ks2KjC31fmM5Nd" alt="RSS3" width="200"/></a>
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fhexojs%2Fhexo?ref=badge_large)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user