diff options
| author | 2013-04-07 03:48:21 +0200 | |
|---|---|---|
| committer | 2013-04-07 03:52:48 +0200 | |
| commit | 504949ebc61711a01eea86b463407a65d6ef3a39 (patch) | |
| tree | 752fa247c1cbda43b78a95aad8b5330ff054a4e9 /site/project.el | |
| parent | ff09103c05dd10f74fff9e9fee4d0887ef85c52b (diff) | |
| download | clark-504949ebc61711a01eea86b463407a65d6ef3a39.tar.gz clark-504949ebc61711a01eea86b463407a65d6ef3a39.zip | |
Add site and some complementary files
Diffstat (limited to 'site/project.el')
| -rw-r--r-- | site/project.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/site/project.el b/site/project.el new file mode 100644 index 0000000..1c17ebc --- /dev/null +++ b/site/project.el @@ -0,0 +1,17 @@ +(require 'org-publish) + +(setq org-publish-project-alist + '(("clark-files" + :base-directory "./" + :publishing-directory "_publish/" + :recursive nil + :base-extension "css" + :publishing-function org-publish-attachment) + ("clark-org" + :base-directory "./" + :publishing-directory "_publish/" + :recursive nil + :base-extension "org" + :publishing-function org-publish-org-to-html) + ("clark-site" + :components ("clark-org" "clark-files")))) |
