diff --git a/components.el b/components.el index fed7852..e3ed693 100644 --- a/components.el +++ b/components.el @@ -15,9 +15,9 @@ :auto-preamble t ) ("articles" - :base-directory "~/code/website/org/articles" + :base-directory "~/code/website/org/articles/" :base-extension "org" - :publishing-directory "~/code/website/site/" + :publishing-directory "~/code/website/site/articles/" :recursive t :publishing-function org-html-publish-to-html :html-head-include-default-style nil @@ -32,5 +32,13 @@ :publishing-function org-publish-attachment :html-head-include-default-style nil ) - ("org" :components ("pages" "articles" "static")) + ("gpx" + :base-directory "~/code/website/org/gpx/" + :base-extension "gpx" + :publishing-directory "~/code/website/site/gpx/" + :recursive t + :publishing-function org-publish-attachment + :html-head-include-default-style nil + ) + ("org" :components ("pages" "articles" "static" "gpx")) ))