hexo搭建博客,本地deploy后整个工程(包括public)都上传至github
1.出现的问题: 访问我的username.github.io时,显示404。 通过浏览别人博客源码发现,只有public会同步到github上,而我deploy后整个hexo工…
如何修改Hexo主题的代码高亮?
我的博客使用了Light作为主题,做了一些修改...然后发现代码高亮完全失效了...不知道怎么该回来... sudo apt-get updatesudo apt-get install -y ope…
ssh 设置了password, hexo 部署命令怎么写
第一次生成生成新的SSH Key,设置了密码 后面部署(hexo deploy)hexo到GitHub,失败。提示提示如下: Administrator@10_141_50_74 MINGW64 ~/Docume…
Markdown转HTML库
有没有集成了hexo风格的markdown转html的nodejs库啊,我找了半天没找到,然后自己研究了半天hexo中使用的hexo-renderer-marked库,也是没有解决! 想…
hexo、git push、xxx.github.io问题,顺利搭建博客后的一些使用障碍。
已经成功用hexo部署在了github上的xxx.github.io了。现在我的操作是每次在本地写完xx.md后,通过hexo提供的三个步骤:hexo cleanhexo ghexo d将本地…
hexo搭建博客,在本地测试正确,在github上显示404
之前已经搭建成功了,好久没动了,今天添加了一个文章,hexo g, hexo d 之后再访问就404了。 github上的目录变成了这个样子 因为之前想备份博客,然…
mac 安装hexo,提示npm WARN checkPermissions Missing write access
输入 $ npm install -g hexo 提示错误: npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules/hexo npm WARN checkPerm…
hexo生成的静态页本地打开css引用不到?
如<link rel="stylesheet" href="/css/style.css" media="screen" type="text/css"> 改成这样<link rel="stylesheet" href="css/style.css" me…