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 |
一条命令
1 | hexo clean & hexo g & hexo s # 默认端口号:4000 |
简化命令
1 | #(1)安装 NodeJS:https://nodejs.org/en/ ,安装好后打开 git bash |
学习教程
安装教程
- Hexo 官方文档:https://hexo.io/zh-cn/docs/
- Hexo 官方主题:https://hexo.io/themes/
- Font Awesome Icons 图标:https://fontawesome.com/icons?from=io
- Google Fonts 字体:https://fonts.google.com/
- Hexo Next 官方文档:http://theme-next.iissnan.com/getting-started.html
- hexo从零开始到搭建完整
优化教程
- Hexo的Next主题详细配置
- Hexo+Next个人博客主题优化
- Hexo | (二)Next主题个性化设置
- hexo的next主题个性化教程:打造炫酷网站
- 修改hexo的主题nexT中的Pisces主题宽度
- hexo之next主题添加分类
- Hexo之next主题设置首页不显示全文(只显示预览)
- 为NexT主题添加文章阅读量统计功能
- 不蒜子
- Hexo-Next-主题优化(四)
- hexo无法上传到github
- 如何在markdown中插入数学公式:链接1 链接2
百度谷歌收录(自动推送 和 sitemap)
- https://zhuanlan.zhihu.com/p/100922816
- https://www.cnblogs.com/brady-wang/p/8493346.html
- https://www.bilibili.com/read/cv9920000/
绑定自定义域名:
- 绑定ip:https://www.jianshu.com/p/da20ddc03cdf
- cmd 输入:ping xxx.gitee.io
- 得到ip地址
- 到阿里云 DNS域名解析
- 新手引导,输入记录值即ip
- github pages 域名警告 site dns
- 建议记录类型为:CNAME,添加www和空记录
More info: Deployment