# docs.zz-zx.com **Repository Path**: zz-zx/docs.zz-zx.com ## Basic Information - **Project Name**: docs.zz-zx.com - **Description**: 一个采用 Material Design 和响应式设计的 Hexo 博客开源站点 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://mjym.api.edianlian.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docs.zz-zx.com 什么是 Hexo? Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。 源码安装 https://hexo.io/zh-cn/docs/setup > This is my [personal blog](http://mjym.api.edianlian.com/) repository. --- title: Hello World date: 2018-09-12 22:25:00 author: blinkfox categories: 前端 tags: - Hexo --- Welcome to [Hexo](https://hexo.io/)! This is your very first post. Check [documentation](https://hexo.io/docs/) for more info. If you get any problems when using Hexo, you can find the answer in [troubleshooting](https://hexo.io/docs/troubleshooting.html) or you can ask me on [GitHub](https://github.com/hexojs/hexo/issues). ## Quick Start ### Create a new post ``` bash $ hexo new "My New Post" ``` More info: [Writing](https://hexo.io/docs/writing.html) ### Run server ``` bash $ hexo server ``` More info: [Server](https://hexo.io/docs/server.html) ### Generate static files ``` bash $ hexo generate ``` More info: [Generating](https://hexo.io/docs/generating.html) ### Deploy to remote sites ``` bash $ hexo deploy ``` More info: [Deployment](https://hexo.io/docs/deployment.html) ## License [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)