Kelvin Hu
Kelvin Hu
Sorry, currently only image links are supported to convert automatically. :-(
Org-page do support image links and can convert them automatically, you can just put them in your repo, with a folder named like "images" or something else. However, blog post...
Yes, of course it could be done, I just say "hard" but not "can not", due to my limited free time on this project...
Yes of course, definitely welcome!
> error("Failed to change branch to '%s' of repository '%s'." "source" "c:/Users/zyuan/develop/shelper.github.io/") > op/git-change-branch("c:/Users/zyuan/develop/shelper.github.io" "source") The error is not about pushing, org-page failed to change branch, maybe you have files...
_.op-tmp_ folder will only be generated during publication, and it will be deleted after publication.
during design of org-page, I18N is not a consideration, so I18N for tags is not as easy as it for categories, we may need to build a map to handle...
Sorry, there is no built-in support of this, but you may use `git stash` to stash your drafts and use `git stash pop` later to resume the drafts.
Creating a new branch might be too heavy for this, I think using a folder "drafts" in `source` branch might be enough, it's easier to achieve and understand.
Thanks for the link. However, org-page does not use org-mode's code block rendering(insert so many ugly tags), instead, org-page will export code blocks in **plain text**, and then render these...