diff options
-rw-r--r-- | init.org | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1318,6 +1318,14 @@ variables. This is useful for a regi `begin' frame-entry." nil)) #+end_src +* Blogging +** [[https://ox-hugo.scripter.co][ox-hugo]] + +#+begin_src emacs-lisp +(use-package ox-hugo + :after ox) +#+end_src + * Post initialization :PROPERTIES: :CUSTOM_ID: post-initialization |