🔧 Disable ox-hugo

This commit is contained in:
Marcel Kapfer 2025-06-28 15:18:25 +02:00
parent aaa3894c38
commit c4d97d86e8
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -1698,6 +1698,7 @@ Since [[https://mmk2410.org/2020/05/15/switching-my-website-to-hugo-using-ox-hug
#+begin_src emacs-lisp
(use-package ox-hugo
:disabled t
:after org)
#+end_src