Skip to content

Commit

Permalink
Moved to src/web
Browse files Browse the repository at this point in the history
  • Loading branch information
juanre committed Jan 18, 2010
1 parent 3354f0b commit cd97c5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gsk.el
@@ -1,8 +1,8 @@

(setq org-publish-gsk "~/gsk/publish/")
(setq org-publish-gsk "~/src/web/gsk/publish/")
(add-to-list 'org-publish-project-alist
`("gsk-org"
:base-directory "~/gsk/"
:base-directory "~/src/web/gsk/"
:recursive t
:base-extension "org"
:publishing-directory ,org-publish-gsk
Expand All @@ -17,7 +17,7 @@

(add-to-list 'org-publish-project-alist
`("gsk-img"
:base-directory "~/gsk/"
:base-directory "~/src/web/gsk/"
:recursive t
:exclude "^publish"
:base-extension "jpg\\|gif\\|png"
Expand Down

0 comments on commit cd97c5d

Please sign in to comment.