Skip to main content
  1. Posts/

Hugo 缓存问题

·72 words·1 min· loading · loading · ·
Author
Zhenda
A personal website
Hugo Blowfish 指南 - This article is part of a series.
Part : This Article

Hugo 缓存清理
#

禁用缓存重新运行
#

rm -rf resources public && hugo server -D --disableFastRender --noHTTPCache

参数说明
#

参数/命令作用
rm -rf resources public删除缓存目录
--disableFastRender禁用快速渲染,每次修改都完整重新构建
--noHTTPCache禁用 HTTP 缓存
Hugo Blowfish 指南 - This article is part of a series.
Part : This Article