diff options
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 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) |
