Change some project settings
Don't use timestamps, don't ask for confirmation when executing code blocks, remove the "org-blog" project, change the publishing directory to a local directory, link to the online stylesheet, set all default "up" links to `../' and all default "home" links to http://ryuslash.org.
This commit is contained in:
parent
fd30a6de71
commit
0d881e2696
1 changed files with 11 additions and 23 deletions
|
@ -1,32 +1,18 @@
|
||||||
((nil
|
((nil
|
||||||
. ((org-export-html-inline-images . t)
|
. ((org-export-html-inline-images . t)
|
||||||
(org-export-htmlize-output-type . css)
|
(org-export-htmlize-output-type . css)
|
||||||
|
(org-publish-use-timestamps-flag . nil)
|
||||||
|
(org-confirm-babel-evaluate . nil)
|
||||||
(org-publish-project-alist
|
(org-publish-project-alist
|
||||||
. (("oni-blog"
|
. (("oni-files"
|
||||||
:base-directory "~/code/projects/orgweb/blog/"
|
:base-directory "~/var/src/orgweb/site/"
|
||||||
:publishing-directory "/ssh:slash@ryuslash.org:/srv/http/blog/"
|
:publishing-directory "~/var/src/orgweb/_publish/"
|
||||||
:base-extension "org"
|
|
||||||
:publishing-function org-publish-org-to-blog
|
|
||||||
:blog-title "oni blog"
|
|
||||||
:blog-description "Another org blog test"
|
|
||||||
:blog-export-rss t
|
|
||||||
:blog-url "http://ryuslash.ninth.su/blog/"
|
|
||||||
:index-title "oni blog"
|
|
||||||
:recursive nil
|
|
||||||
:section-numbers nil
|
|
||||||
:style-include-default nil
|
|
||||||
:author-info nil
|
|
||||||
:creator-info nil
|
|
||||||
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheet.css\" />")
|
|
||||||
("oni-files"
|
|
||||||
:base-directory "~/code/projects/orgweb/site/"
|
|
||||||
:publishing-directory "/ssh:slash@ryuslash.org:/srv/http/"
|
|
||||||
:recursive t
|
:recursive t
|
||||||
:base-extension "css\\|png"
|
:base-extension "css\\|png"
|
||||||
:publishing-function org-publish-attachment)
|
:publishing-function org-publish-attachment)
|
||||||
("oni-org"
|
("oni-org"
|
||||||
:base-directory "~/code/projects/orgweb/site/"
|
:base-directory "~/var/src/orgweb/site/"
|
||||||
:publishing-directory "/ssh:slash@ryuslash.org:/srv/http/"
|
:publishing-directory "~/var/src/orgweb/_publish/"
|
||||||
:recursive t
|
:recursive t
|
||||||
:base-extension "org"
|
:base-extension "org"
|
||||||
:publishing-function org-publish-org-to-html
|
:publishing-function org-publish-org-to-html
|
||||||
|
@ -34,8 +20,10 @@
|
||||||
:style-include-default nil
|
:style-include-default nil
|
||||||
:author-info nil
|
:author-info nil
|
||||||
:creator-info nil
|
:creator-info nil
|
||||||
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheet.css\" />")
|
:style "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://ryuslash.ninth.su/stylesheet.css\" />"
|
||||||
|
:link-up "../"
|
||||||
|
:link-home "http://ryuslash.org")
|
||||||
("oni"
|
("oni"
|
||||||
:components ("oni-org" "oni-files" "oni-blog"))))
|
:components ("oni-org" "oni-files"))))
|
||||||
(org-link-abbrev-alist
|
(org-link-abbrev-alist
|
||||||
. (("emacs" . "http://www.gnu.org/software/emacs/"))))))
|
. (("emacs" . "http://www.gnu.org/software/emacs/"))))))
|
||||||
|
|
Loading…
Reference in a new issue