Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (setq org-publish-project-alist
- '(("org-notes"
- :base-directory "~/org/"
- :base-extension "org"
- :publishing-directory "~/ashok-khanna.github.io/"
- :publishing-function org-html-publish-to-html
- :exclude "PrivatePage.org" ;; regexp
- :headline-levels 3
- :section-numbers nil
- :with-toc nil
- :html-doctype "html5"
- :html-link-home "https://www.math.dev"
- :html-link-up "index.html"
- :html-head-include-default-style nil
- :html-head-include-scripts t
- :html5-fancy t
- :recursive t
- :html-head " <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
- <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
- <link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css\" />"
- :html-preamble t
- :html-preamble-format (("en" "<div id=\"logo\"><a href=\"https://www.math.dev\">Math.Dev</a></div>"))
- :html-postamble-format (("en" "<p class=\"Date\">Last updated: %d</p><script src=\"/scripts/main.js\"></script>"))
- :html-postamble t)
- ("org-static"
- :base-directory "~/org/"
- :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf"
- :publishing-directory "~/ashok-khanna.github.io/"
- :recursive t
- :publishing-function org-publish-attachment)
- ("org" :components ("org-notes" "org-static"))))
Advertisement
Add Comment
Please, Sign In to add comment