报错。报错信息如下: Qiao@QiaodeMacBook-ProBlog%hexo dINFODeploying:gitINFOClearing.deploy_git folder...INFOCopyingfilesfrompublicfolder...INFOCopyingfilesfromextend dirs...xcrun:error:invalid active developer path(/Library/Developer/CommandLineTools),missing xcrun at:/Library/Developer/CommandLineTools/u...
当配置玩_config.yml文件时,执行hexo g -d时出现错误如下: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 $ hexo g -d FATAL can not read a block mapping entry; a multiline key may not be animplicitkey at line 84, column 1: ^ YAMLE...
我的运行环境是ubuntu云服务器,把public目录托管给nginx服务器 root@VM-0-6-ubuntu:~/hexo# hexo -v INFO Validating config hexo: 5.2.0 hexo-cli: 4.2.0 os: Linux 4.15.0-88-generic linux x64 node: 12.18.0 v8: 7.8.279.23-node.37 uv: 1.37.0 zlib: 1.2.11 brotli: 1
rounded: false # If true, the avatar will be rotated with the cursor. rotated: false # Posts / Categories / Tags in sidebar. site_state: true # Social Links # Usage: `Key: permalink || icon` # Key is the link label showing to end users. # Value before `||` delimiter is the ...
o(~▽~)d 内容目录: 简介:GitHub Pages 和 Hexo & 原理 准备:环境搭建 1.1. 注意事项 1.2. 环境搭建 连接Github 创建Github Pages 仓库 本地安装 Hexo博客程序 4.1. 安装 Hexo 4.2. Hexo 初始化和本地预览 部署Hexo 到 GitHub Pages 绑定域名(可选) ...
1.分析:之前blog是通过hexo clean && hexo g -d命令打包出来的静态页面,现在需要用hexo server命令运行在服务器上,并且单独的hexo还需要一直后台运行所以用nodejs挂载工具pm2,项目启动在3000端口,最后还需要再配置一下nginx,使443和80端口转到3000端口,当然,别忘了开防火墙。
hexo d == hexo deploy #部署 hexo server #Hexo会监视文件变动并自动更新,无须重启服务器 hexo server -s #静态模式 hexo server -p 5000 #更改端口 hexo server -i 192.168.1.1 #自定义 IP hexo clean #清除缓存,若是网页正常情况下可以忽略这条命令 ...
简介:ERROR Script load failed: themes/hexo-theme-next/scripts/tags/exturl.jsError: Cannot find module 'hexo-util' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._loa ERROR Script load failed: themes/hexo-theme-next/scripts/tags/exturl.js ...
解决方案 完善_config.yml 删除百度主动推送插件 部署或本地预览网页为空白 运行hexo g命令没有问题,但是编辑器打开public文件生成的index.html中代码未自动生成 因node.js的版本过高 解决方案 降低node.js版本,建议使用node.js (12.13.0) node.js 12.X版本传送门 ...
hexo d 然后再进入自己的博客页面查看。 好了,到此为止,重新配置已经完成,是我个人尝试很久才配置成功,愿与大家分享。 我的博客 https://welkin-qing.github.io/ 我的github: https://github.com/welkin-qing 我的简书: https://www.jianshu.com/u/2371723aab5f ...