From 6f69d1db15cb42cec0bda7db666f42f50386cac6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 12 Jun 2026 03:15:19 -0500 Subject: chore(constants): point website-dir at code/website --- modules/user-constants.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/user-constants.el b/modules/user-constants.el index 15d9765e..2e64b355 100644 --- a/modules/user-constants.el +++ b/modules/user-constants.el @@ -151,7 +151,7 @@ Syncthing-synced `org-dir' — see the 2026-06-10 transport migration.") (defconst music-dir (expand-file-name "music/" user-home-dir) "The location to save your music files.") -(defconst website-dir (expand-file-name "projects/website/" user-home-dir) +(defconst website-dir (expand-file-name "code/website/" user-home-dir) "Root directory of the Hugo website project.") -- cgit v1.2.3