summaryrefslogtreecommitdiff
path: root/nix/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'nix/init.el')
-rw-r--r--nix/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/init.el b/nix/init.el
index d6358e4..10d6046 100644
--- a/nix/init.el
+++ b/nix/init.el
@@ -146,7 +146,7 @@
:html-preamble-format (("en" "<p class=\"preamble\"><a href=\"/index.html\">home</a> | <a href=\"./index.html\">section main page</a></p><hr>")))
("website-static"
:base-directory "~/monorepo"
- :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|ico\\|asc\\|pub\\|webmanifest\\|xml\\|svg"
+ :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|ico\\|asc\\|pub\\|webmanifest\\|xml\\|svg\\|txt"
:publishing-directory "~/website_html/"
:recursive t
:publishing-function org-publish-attachment)