学无止境

书山有路勤为径,
学海无涯苦作舟!

0%

上传hexo

hexo的博客源码 https://gitee.com/wangwei-2022/hexo-code-tencent-vps
git clone https://gitee.com/wangwei-2022/hexo-code-tencent-vps.git
把源代码复制文件到hexo-code-tencent-vps

  • git add .
  • git commit -m “注释”
  • git push 推送远程仓库
    cd D:\ww-blog-skyboy\blog

清理 && 生成 && 启动

hexo clean && hexo g && hexo s

清理 && 生成 && 部署

hexo clean && hexo g && hexo d
hexo s -g #生成并本地预览
hexo d -g #生成并上传

博客 https://wangwei-2022.gitee.io/blog/ https://gitee.com/ww15210689448
镜像地址:https://w3vc200u.mirror.aliyuncs.com
pip install –upgrade –force-reinstall -r python368-64_requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple –user
pip install –upgrade –force-reinstall -i https://pypi.tuna.tsinghua.edu.cn/simple –user -r python368-64_requirements.txt
pip install flask-marshmallow==0.14.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

安装:命令行窗口输入npm install hexo-cli -g
初始化:命令行窗口输入hexo init “项目名称”
测试:hexo clean(清理编译文件)hexo g (编译项目)hexo s(本地预览运行项目),打开浏览器,输入网址 http://localhost:4000/ 预览
git clone https://github.com/Shen-Yu/hexo-theme-ayer.git themes/ayer

清理 && 生成 && 启动

hexo clean && hexo g && hexo s
hexo s -g #生成并本地预览
hexo d -g #生成并上传

(73条消息) hexo和gitee搭建免费个人博客详细教程_未知的角落的博客-CSDN博客_hexo与gitee https://blog.csdn.net/weixin_45363557/article/details/120476851
hexo new “postName” #新建文章
hexo new page “pageName” #新建页面
hexo generate #生成静态页面至public目录
hexo server #开启预览访问端口(默认端口4000,’ctrl + c’关闭server)
hexo deploy #部署到GitHub
hexo help # 查看帮助
hexo version #查看Hexo的版本

hexo n == hexo new
hexo g == hexo generate
hexo s == hexo server
hexo d == hexo deploy

hexo s -g #生成并本地预览
hexo d -g #生成并上传