Go to file
2024-10-19 13:43:38 +08:00
.github 首次提交 2021-08-07 19:18:39 +08:00
scaffolds 首次提交 2021-08-07 19:18:39 +08:00
source 修改配置 2024-10-19 13:43:38 +08:00
themes 提交主题 2021-08-20 20:02:42 +08:00
_config.butterfly.yml 修改配置 2024-10-19 13:43:38 +08:00
_config.yml 修改配置 2024-10-19 13:43:38 +08:00
.gitignore 添加主题 2021-08-08 10:46:42 +08:00
package-lock.json 新增文章 2024-03-19 14:52:55 +08:00
package.json 修改配置 2024-10-19 13:43:38 +08:00
README.md 提交主题 2021-08-20 19:23:39 +08:00
yarn.lock 修改配置 2024-10-19 13:43:38 +08:00

Hexo博客

hexo安装

npm install -g hexo-cli

安装 Hexo 完成后请执行下列命令Hexo 将会在指定文件夹中新建所需要的文件。

hexo init <folder>
cd <folder>
npm install

主题安装

npm i hexo-theme-butterfly
#升级主题
npm update hexo-theme-butterfly

修改 Hexo 根目录下的 _config.yml把主題改为butterfly

theme: butterfly

安装插件

如果你沒有 pug 以及 stylus 的渲染器,请下载安裝:

npm install hexo-renderer-pug hexo-renderer-stylus --save
npm install hexo-renderer-marked
npm install hexo-asset-img

配置__config.yml

post_asset_folder: true
marked:
  prependRoot: true
  postAsset: true
hexo bangumi -u