From 37982b6aceddfe0af8f0627df9a84861cd12d8e6 Mon Sep 17 00:00:00 2001 From: Wang Yang Date: Mon, 6 Apr 2026 04:49:34 +0800 Subject: [PATCH] switch to PaperMod theme --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index 20e7816..953155e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,7 +1,7 @@ baseURL = 'https://www.eryang.wang' locale = 'zh-CN' title = '灿烂阳光' -theme = 'hugo-coder' +theme = 'PaperMod' [params] author = 'wangyang'