mild ox-hugo tuning for figures, adjusted parameter activation

This commit is contained in:
KemoNine 2022-11-12 11:49:05 -05:00
parent 9312c7dcd5
commit 2cc8e02e31
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; ox-hugo for blog
(with-eval-after-load 'ox (require 'ox-hugo))
(with-eval-after-load 'ox-hugo
(setq org-hugo-link-desc-insert-type t)
(setq org-hugo-default-static-subdirectory-for-externals "ox-hugo" )
(setq org-hugo-external-file-extensions-allowed-for-copying '(
"jpg" "jpeg" "tiff" "png" "svg" "gif" "psd" "psb"
@ -102,6 +104,7 @@
"pdf" "odt"
"doc" "ppt" "xls"
"docx" "pptx" "xlsx"))
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; tags