From 90726a2b5b3821d6b42734361d25e69bf064dc45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gordon=20=E8=8E=AB?= Date: Tue, 21 Oct 2025 18:04:16 +0800 Subject: [PATCH] add themes terminal --- hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.toml b/hugo.toml index 7e568b8..6eb3dd2 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,4 @@ baseURL = 'https://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' +theme = 'ananke'