官网
https://hexo.io/zh-cn/ 看网站底部,似乎该站也是hexo搭建的
theme
1 | git clone https://github.com/theme-next/hexo-theme-next themes/next |
查看这款主题支持哪些插件:查阅themes\next\_config.yml
创建文章有两种方式
hexo new post-name 创建的文章会生成标题
复制已有md文件到$Root\source\_posts目录下,导入的文章没有标题,需要在文章开头手动添加
1
2
3---
title: title-name
---
参考:
1 | hexo new page "about" |
搜索功能
https://blog.csdn.net/xinyflove/article/details/108791970
开启标签主题等项
https://blog.csdn.net/mqdxiaoxiao/article/details/93644533
设置头像
https://blog.csdn.net/qq_44304221/article/details/96758595
troubleshoot
hexo init初始化failed
报错“fatal: unable to access ‘https://github.com/hexojs/hexo-starter.git/': OpenSSL SSL_connect: Connection was reset in connection to github.com:443 ”
https://www.cnblogs.com/sunjinggege/p/14430828.html
不是git的配置原因,而是网络原因
已有md文件放入_post目录下,文章无标题?
https://sulin.me/2019/Z726F8.html
已有md不带有Front-matter中的title
1 | --- |
设置头像不显示?路径错误
hexo生成后,local可以看到,部署到github却不更新?
如这种早起issuehttps://github.com/hexojs/hexo/issues/961
github pages从哪个分支发布:https://docs.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site
https://blog.csdn.net/lu_xiuyuan/article/details/112056997
版权声明
打赏
主题配置
经典主题Nexthttps://github.com/theme-next/hexo-theme-next
Next效果展示:https://github.com/theme-next/awesome-next#live-preview
Hexo官网插件
gitte pages
https://gitee.com/help/articles/4136#article-header0
什么是gh-pages
如何用Github的gh-pages分支展示自己的项目
持续集成服务 Travis CI 教程
http://www.ruanyifeng.com/blog/2017/12/travis_ci_tutorial.html
next主题中设置mist主题内容居中
https://www.jianshu.com/p/19089f2b99c6
我的首页标题默认是居左的,修改后好了