问题 #
在本地搭建 Hugo 环境,运行 hugo server
时报 WARN
:
WARN Module "blowfish" is not compatible with this Hugo version: 0.87.0/0.135.0;
run "hugo mod graph" for more information.
但是 Homebrew 中只有最新版的 hugo
解决 #
- 去 Hugo 的 Github-Releases 页面找到需要的指定版本
- 根据电脑系统定位到对应的压缩包进行下载
- 解压,文件结构为
. ├── LICENSE ├── README.md └── hugo
- 将可执行文件
hugo
移动到/usr/local/bin
mv hugo /usr/local/bin