diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-14 00:06:45 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-14 00:06:45 -0600 |
| commit | 929f2449a316a04869bc4d91aee6e433a70fbd3d (patch) | |
| tree | 74c66e51a034403ec789e25d87cec28cd82011fe /modules/user-constants.el | |
| parent | 7bc08797b6f5b08371feb04f600c97f1bc2386ca (diff) | |
| download | dotemacs-929f2449a316a04869bc4d91aee6e433a70fbd3d.tar.gz dotemacs-929f2449a316a04869bc4d91aee6e433a70fbd3d.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.el | 3 |
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) |
