技术分享
无需本地环境,使用 Github Codespaces,将 hexo部署至cloudflare和vercel中
00 min
2024-8-24
2024-8-29
type
status
date
slug
summary
tags
category
icon
password

准备工作

  1. 首先,请注册一个 Github 账号,如果没有,可以点击前往
  1. 新建一个私有仓库
notion image

使用 Codespaces 部署 hexo

  1. 点击 Code 按钮,选择 Codespaces ,再点击 create codespace on main
notion image
  1. 点击之后,会跳转到 Github 所提供的云端环境,在命令区依次输入 hexo 的安装指令
notion image
💡
tips: 如果安装中遇到这种情况,请输入倒数第二行提示的命令,
notion image
  1. 可以在左侧的文件区看到,已经将 hexo 部署在了 /blog 文件之中,我们使用 cd 命令,进入 blog 文件
notion image
  1. 测试 hexo ,是否正确部署
使用hexo 的运行命令之后,右下角会弹出选项,点击在浏览器中打开,如果正常显示页面,则hexo已经成功部署
notion image
  1. 提交到 github
在右侧的源代码管理中,填写信息,然后选择提交
notion image
选择是
notion image
同步更改
notion image
可以看到,我们的hexo已经提交到了github中
notion image
💡
tips 使用完别忘了关掉自己的Codespaces
notion image

使用 cloudflare 部署

在workers和pages中。选择创建
notion image
选择pages,链接到git
notion image
选择我们刚才的库
按照下面的内容填写
notion image
等待 Cloudflare 生成之后,就可以访问我们的网站了。
 
上一篇
从唐山看去
下一篇
读《概括的唐宋时代观》

Comments
Loading...