From e43c285223ab37e0cf3589876ff5f7535674d81e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 13 Aug 2025 17:23:17 -0700 Subject: [PATCH] Use the lugo theme. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e4277c7..48c32ef 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,4 @@ baseURL = 'http://example.org/' languageCode = 'en-us' title = 'My New Hugo Site' -theme = "blank-theme" +theme = "lugo"