# zhen1995.github.io **Repository Path**: Paul_Zhen/zhen1995.github.io ## Basic Information - **Project Name**: zhen1995.github.io - **Description**: 学习使用 hexo 编写博客 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-16 - **Last Updated**: 2021-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个由hexo驱动的博客 ![image](https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1516987543576&di=ef925e1076c4654869a8a086646eba58&imgtype=0&src=http%3A%2F%2Fpic4.zhimg.com%2Fd4c1239e75c02e8482c22017a6c8d407_r.jpg) 踩过了不少的坑了,终于完成了自己的hexo博客,这里请访问 [两行法桐](http://www.lianghangfatong.com/) ## 使用hexo的理由 简单,从新建一篇文章到部署到博客只需要四个命令: >hexo new "文章题目" hexo clean hexo generate hexo deploy ## 你也想折腾出来一个酷炫的hexo博客? 1. 尝试制作一个github pages并使用自己的域名解析, 参考 http://blog.csdn.net/yanzhenjie1003/article/details/51703370 2. 使用hexo驱动出一个简单的博客 参考 https://www.jianshu.com/p/190f85f304c6 3. 选择主题,这里你可以使用[NextT](http://theme-next.iissnan.com/),理由是文档丰富。你也可以在hexo 官网上找合适的主题(我用的是[Nayo](https://github.com/Lemonreds/hexo-theme-Nayo)) https://hexo.io/themes/ 4. 再来就是对选择的主题进行优化了和练习使用markdown语法写文章了,这里不贴资源了,要能够自己发现问题解决问题呦 >_<。