diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-06-01 18:34:37 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2025-06-01 18:34:37 -0400 |
| commit | 41482084ad227de1a82b4ee1fbc523ad57a7e8b9 (patch) | |
| tree | b291d4e4fadbec3ae838c7253259d5011bb982e9 /cookbook/.dir-locals.el | |
| parent | 658cd2744098c810210d7c9cafccc2093a285b0e (diff) | |
[cookbook] Add cookbook
Diffstat (limited to 'cookbook/.dir-locals.el')
| -rw-r--r-- | cookbook/.dir-locals.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cookbook/.dir-locals.el b/cookbook/.dir-locals.el new file mode 100644 index 0000000..3f779b8 --- /dev/null +++ b/cookbook/.dir-locals.el @@ -0,0 +1,9 @@ +((org-mode . ((org-html-doctype . "xhtml5") + (org-html-html5-fancy . t) + (org-html-with-latex . 'verbatim) + (org-export-with-toc . nil) + (org-export-with-section-numbers . nil) + (org-export-with-sub-superscripts . nil) + (ox-haunt-base-dir . "/home/jakob/Blog/haunt/") + (ox-haunt-images-dir . "/static/image/") + (ox-haunt-posts-dir . "/cookbook/")))) |