hexo blog - butterfly

记录以前搭建的 hexo blog ,未使用 github workflow,仅 pages 部署 windows scoop install git scoop install nodejs npm install -g hexo-cli # hexo 框架 npm install hexo-deployer-git --save # git 插件 npm install hexo-generator-search --save # search 栏功能 npm install hexo-renderer-pug hexo-renderer-stylus # 避免报错 linux pacman -S git pacman -S nodejs npm install -g hexo-cli # hexo 框架 npm install hexo-deployer-git --save # git 插件 npm install hexo-generator-search --save # search 栏功能 npm install hexo-renderer-pug hexo-renderer-stylus # 避免报错 初始化 hexo init myblog cd myblog npm install if get errors ...

November 20, 2024