aboutsummaryrefslogtreecommitdiff
path: root/modules/user-constants.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-14 00:06:45 -0600
committerCraig Jennings <c@cjennings.net>2026-02-14 00:06:45 -0600
commit576fef88faf361fd5751d647b46ef72f4f16afea (patch)
treea94ece7d6cc4f3be1562285861efdfc8e1c4e639 /modules/user-constants.el
parent468b5340f5c304d8e86226ce2055a7dcb18516f3 (diff)
downloaddotemacs-576fef88faf361fd5751d647b46ef72f4f16afea.tar.gz
dotemacs-576fef88faf361fd5751d647b46ef72f4f16afea.zip
feat(hugo): extract hugo-config module with C-; h keybindings
Standalone module for ox-hugo blog workflow. One-file-per-post structure with keybindings for new post, export, open dir (dirvish and system file manager), and toggle draft.
Diffstat (limited to 'modules/user-constants.el')
-rw-r--r--modules/user-constants.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el
index 85890f97f..bae34bfe9 100644
--- a/modules/user-constants.el
+++ b/modules/user-constants.el
@@ -119,6 +119,9 @@ Used by transcription module and other audio-related functionality.")
(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)
+ "Root directory of the Hugo website project.")
+
;; FILES
(defvar authinfo-file (expand-file-name ".authinfo.gpg" user-home-dir)