Skip to content

Commit

Permalink
fix: export the feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Panadestein committed Jan 15, 2025
1 parent 3dd10ec commit 358045a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-site.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@
:publishing-directory "./public/assets"
:publishing-function 'org-publish-attachment
:recursive t)
(list "feed"
:base-directory "."
:base-extension "json"
:publishing-directory "./public"
:publishing-function 'org-publish-attachment
:recursive nil)
(list "supp"
:base-directory "./supp"
:base-extension 'any
Expand Down

0 comments on commit 358045a

Please sign in to comment.