Updated path to org conlanging project

This commit is contained in:
Phuntsok Drak-pa 2019-09-16 15:29:00 +02:00
parent 63be6f3706
commit b635c4bf5b
1 changed files with 3 additions and 3 deletions

View File

@ -1023,7 +1023,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
;;; Org projects
org-publish-project-alist
'(("langue-phundrak-fr-org"
:base-directory "~/Documents/code/web/langue-phundrak-fr/"
:base-directory "~/Documents/conlanging/"
:base-extension "org"
:exclude "\\./\\(CONTRIB\\|README\\|head\\|temp\\|svg-ink\\).*"
:publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue"
@ -1032,7 +1032,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
:headline-levels 5
:auto-preamble t)
("langue-phundrak-fr-pdf"
:base-directory "~/Documents/code/web/langue-phundrak-fr/"
:base-directory "~/Documents/conlanging/"
:base-extension "org"
:exclude "\\./\\(CONTRIB\\|README\\|index\\|head\\|temp\\|svg-ink\\).*"
:publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue"
@ -1041,7 +1041,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
:headline-levels 5
:auto-preamble t)
("langue-phundrak-fr-static"
:base-directory "~/Documents/code/web/langue-phundrak-fr"
:base-directory "~/Documents/conlanging"
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|svg\\|jpeg\\|ttf\\|woff\\|txt"
:exclude ".*auto-generated.*"
:publishing-directory "/ssh:Naro:~/www/phundrak.fr/langue"