From eaabe5b247dd3178d406bfc8c54fbd5942032802 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 22:59:08 -0500 Subject: publish images in documentation --- publish.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index ffc6981..0595c13 100644 --- a/publish.el +++ b/publish.el @@ -130,11 +130,12 @@ :sitemap-format-entry format-posts-rss-feed-entry) ("org-config" :base-directory "~/.dotfiles/" - :base-extension "org" + :base-extension "(org\\|jpg\\|png)" :html-head "" :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" :html-wrap-src-lines t :with-toc nil + :section-numbers nil :recursive t :publishing-directory "~/public_html/dotfiles" :publishing-function org-html-publish-to-html -- cgit v1.2.3