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
commit4b1555e96bd4a7fbb2cda5899ae2637b467cbbbe (patch)
treec1e293b8be392ccc94815f3a45477b75bf0eb959 /modules/user-constants.el
parent208bf7f0afc3bc38c7178053043c626d7b5b7a41 (diff)
downloaddotemacs-4b1555e96bd4a7fbb2cda5899ae2637b467cbbbe.tar.gz
dotemacs-4b1555e96bd4a7fbb2cda5899ae2637b467cbbbe.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 85890f97..bae34bfe 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)