vue-carousel-3d
Version:
Beautiful, flexible and touch supported 3D Carousel for Vue.js
66 lines (43 loc) • 2.24 kB
Markdown
# Hexo
[](https://travis-ci.org/hexojs/hexo) [](https://badge.fury.io/js/hexo) [](https://coveralls.io/r/hexojs/hexo?branch=master) [](https://ci.appveyor.com/project/tommy351/hexo/branch/master) [](https://gitter.im/hexojs/hexo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) [](https://discord.gg/teM2Anj)
[](https://david-dm.org/hexojs/hexo) [](https://david-dm.org/hexojs/hexo?type=dev)
A fast, simple & powerful blog framework, powered by [Node.js](https://nodejs.org).
## Features
- Blazing fast generating
- Support for GitHub Flavored Markdown and most Octopress plugins
- One-command deploy to GitHub Pages, Heroku, etc.
- Powerful plugin system
## Installation
``` bash
$ npm install hexo-cli -g
```
## Quick Start
**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
- Visit the [Awesome Hexo](https://github.com/hexojs/awesome-hexo) list
- Read the [documentation](https://hexo.io/)
- Find solutions in [troubleshooting](https://hexo.io/docs/troubleshooting.html)
- Join discussion on [Google Group](https://groups.google.com/group/hexo)
- 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
## 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).
## License
MIT