Add ox-hugo package for personal blog

This commit is contained in:
Thomas Dehaeze 2019-07-20 16:29:41 +02:00
parent 8270a91ad0
commit baa17c8f2a

View File

@ -1074,6 +1074,13 @@ Ressources:
org-wunderlist-dir "~/.emacs.d/org-wunderlist/") org-wunderlist-dir "~/.emacs.d/org-wunderlist/")
#+END_SRC #+END_SRC
*** ox-hugo
#+begin_src emacs-lisp
(use-package ox-hugo
:ensure t ;Auto-install the package from Melpa (optional)
:after ox)
#+end_src
*** More Config *** More Config
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(with-eval-after-load 'org (with-eval-after-load 'org