Skip to content

Commit

Permalink
publish.el modified
Browse files Browse the repository at this point in the history
  • Loading branch information
rajp152k committed Dec 3, 2023
1 parent 67de065 commit 29fb004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions publish.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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)
Expand All @@ -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"
Expand Down

0 comments on commit 29fb004

Please sign in to comment.