(require 'ox-publish) (setq org-publish-project-alist '(("relvokcor.xyz" :recursive t :base-directory "." :publishing-directory "." :with-author nil :with-toc nil :section-numbers nil :time-stamp-file nil :publishing-function org-html-publish-to-html))) (setq org-html-validation-link nil org-html-head-include-scripts nil org-html-head-include-default-style nil org-html-head " ") (org-publish-all t)