Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"

More info: Writing

Run server

$ hexo server

More info: Server

Generate static files

$ hexo generate

More info: Generating

Deploy to remote sites

$ hexo deploy

More info: Deployment


转载请注明: 张雨凡 Hello World

上一篇
nvm版本管理和nrm下载源管理 nvm版本管理和nrm下载源管理
一、NVM 介绍 我们可能同时在进行2个 项目,而2个不同的项目所使用的node版本又是不一样的,或者是要用更新的node版本进行试验和学习。这种情况下,对于维护多个版本的node将会是一件非常麻烦的事情,而nvm就是为解决这个问题而产生
2019-02-10
下一篇
记一次gitHub+hexo+hexo-theme-matery搭建博客 记一次gitHub+hexo+hexo-theme-matery搭建博客
简述一天多的时间使用hexo搭建github-pages博客,采用了 hexo-theme-matery主题,总结一下。闪烁之狐 1、安装Hexo $ npm install -g hexo 如果觉得安装的比较慢,可以使用cnpm
2019-01-12