Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 836 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 836 Bytes

CosmoLau 的个人博客

这里是我的个人博客项目,博客由 Hexo 搭建,使用 vivia 作为博客主题,通过 GitHub Page 进行部署。

GitHub Action 部署

本仓库已经配置 GitHub Action 进行自动化部署,如果需要手动部署,请参参考下文手动部署

手动部署

使用前需要确保安装了 Node

克隆本仓库

git clone https://github.com/CosmoLau/CosmoLau.github.io.git

安装依赖

npm install

全局安装 Hexo

npm install -g hexo-cli

注意:也可以局部安装 Hexo,使用时需要用 npx hexo <command>

生成页面

hexo g

本地调试

hexo s

部署到 GitHub Page

hexo d