(use-package ox-publish)
(setq org-publish-project-alist '(("my-project-name" :base-directory "~/Dropbox/0rg/" :base-extension "org" :exclude "config/.*" :publishing-directory "~/Dropbox/0rg/public/" :publishing-function org-html-publish-to-html :recursive t :html-head-include-default-style nil :html-head-include-scripts nil)))