aboutsummaryrefslogtreecommitdiff
path: root/publish.el
diff options
context:
space:
mode:
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