免费搭建个人博客,2025最新,保姆级教程!无服务器、零代码、国内+国外网络流畅访问!「Cloudflare + GitHub + Hexo」
Автор: 陶渊小明
Загружено: 31 дек. 2024 г.
Просмотров: 1 276 просмотров
这期视频为大家介绍,使用cloudflare+GitHub+Hexo,从0到1搭建免费个人博客!
无服务器、零代码、含评论&统计功能、保姆级教程,一看就会!
配套博客文章:https://tyxiaoming.xin/2025/01/21/搭建免...
nodejs
https://nodejs.org/zh-cn // nodejs官网
node -v // 验证安装成功
npm -v // 验证安装成功
hexo
npm config set registry https://registry.npmmirror.com // 修改npm源为国内源
npm install -g hexo-cli // 安装客户端
hexo init my-blog // 初始化
cd my-blog
npm install // 安装依赖
本地预览博客
hexo generate
hexo server
发布新博客
npm install hexo-deployer-git --save
hexo clean && hexo generate && hexo deploy
fluid主题:
https://github.com/fluid-dev/hexo-the...
评论插件
https://github.com/apps/utterances
_config.fluid.yml文件添加部分(评论功能相关设置)
post:
comments:
enable: true
type: utterances
utterances:
repo: syuanyuan708/syuanyuan708.github.io
issue_term: title
label: utterances
theme: github-light
theme_dark: github-dark
crossorigin: anonymous

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: