aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-07 22:59:08 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-07 22:59:08 -0500
commiteaabe5b247dd3178d406bfc8c54fbd5942032802 (patch)
tree3a6419e25df6fbc75f8620ad6120c71b78ac41a2 /publish.el
parentbf375dd74b2ddefdf07e9017f8f7257025667d77 (diff)
publish images in documentation
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el3
1 files changed, 2 insertions, 1 deletions
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 "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"
:html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/dotfiles/index.html'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a></div>"
: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