第一次发送个人博客
基本命令
> $ hexo clean # 删除已经生成的静态页面
> $ hexo g # 等同于 hexo generate, g 就是 generate 的缩写
> $ hexo d # 等同于 hexo deploy, d 就是 deploy 的缩写
> $ hexo s
> $ hexo new "博客名"
现在是实现实验,放入两张图
这是相对路径的图片
这是绝对路径的图片(来自百度)
第一次写博客
hcs太牛了
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.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
More info: Server
1 | $ hexo generate |
More info: Generating
1 | $ hexo deploy |
More info: Deployment