mild ox-hugo tuning for figures, adjusted parameter activation
This commit is contained in:
parent
9312c7dcd5
commit
2cc8e02e31
|
@ -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
|
||||
|
|
Reference in a new issue