From 43234a2040f2ed07e58d2341c52cf365ba889925 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Tue, 31 Oct 2023 00:27:21 -0400 Subject: Setup stuff to export notes to website --- init.el | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/init.el b/init.el index f02d8a8..e390081 100644 --- a/init.el +++ b/init.el @@ -1301,6 +1301,19 @@ org-ditaa-jar-option "-oS --svg") +;; --------------------------------- +;; Export org to HTML +;; ------------------ +;; Sometimes I want to share my notes +;; --------------------------------- + +(use-package htmlize + :straight t + :config + (setq org-html-htmlize-output-type 'css)) + + + ;; --------------------------------------------------------------------- @@ -1454,6 +1467,16 @@ (add-hook 'org-babel-after-execute-hook 'org-redisplay-inline-images) +;; --------------------------------- +;; HTTP Server +;; ----------- +;; Test some websites why don't you +;; --------------------------------- + +(use-package simple-httpd + :straight t) + + ;; --------------------------------------------------------------------- -- cgit v1.2.3