Add ox-hugo package for personal blog
This commit is contained in:
		@@ -1074,6 +1074,13 @@ Ressources:
 | 
			
		||||
        org-wunderlist-dir "~/.emacs.d/org-wunderlist/")
 | 
			
		||||
#+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
 | 
			
		||||
#+BEGIN_SRC emacs-lisp
 | 
			
		||||
  (with-eval-after-load 'org
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user