Add ox-hugo package for personal blog
This commit is contained in:
parent
8270a91ad0
commit
baa17c8f2a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user