We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Seems that to publish pages, one has to create a new entry in one's emacs config, like this for an about page:
("about" . (:base-directory "~/octopress/source/about/" :base-extension "org" :publishing-directory "~/octopress/source/about/" :sub-superscript "" :recursive t :publishing-function org-publish-org-to-octopress :headline-levels 4 :html-extension "markdown" :octopress-extension "markdown" :body-only t))
Having a separate project per page does not seem ideal.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems that to publish pages, one has to create a new entry in one's emacs config, like this for an about page:
Having a separate project per page does not seem ideal.
The text was updated successfully, but these errors were encountered: