From 29fb004b33a8a162e1dd078ad42170b8db203f29 Mon Sep 17 00:00:00 2001 From: Raj Patil Date: Sun, 3 Dec 2023 08:58:29 +0530 Subject: [PATCH] publish.el modified --- publish.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/publish.el b/publish.el index 4ece62c..553faf1 100644 --- a/publish.el +++ b/publish.el @@ -88,7 +88,7 @@ ;; Define the publishing project (setq org-publish-project-alist ;; org-notes is used for the actual org files - `(("org-notes" + `(("buffer.rajpatil.dev" :auto-sitemap t :base-directory ,notes-dir :base-extension "org" @@ -100,7 +100,7 @@ :html-validation-link nil :publishing-directory ,output-dir :publishing-function org-html-publish-to-html - :section-numbers nil + :section-numbers t :recursive t :with-author nil :with-toc t) @@ -120,7 +120,7 @@ :recursive t) ;; publish all above ("website" - :components ("org-notes" "static" "images")))) + :components ("buffer.rajpatil.dev" "static" "images")))) ;; Overwrite default HTML output template (eval-after-load "ox-html"