/ 技术向  

Hello Hexo

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

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

常用命令

1
2
3
4
hexo g		# 生成 hexo generate
hexo d # 发布 hexo deploy
hexo s # 启动/重启 hexo server
hexo clean # 清理缓存

新建文章

1
hexo new post <文章名>		# 文章名无需加 .md

其中 post 字段共 3 个参数可选

参数 功能 路径
post 新建文章 /source/_posts/
draft 新建草稿 /source/_drafts/
page 新建页面(标签页,分类页等) /source/

技术案例

参考链接:Hexo 主题 casper 使用教程

直接使用原生主题 Casper 会出问题,我也不知道为什么,好像是插件问题。