I'm using Hexo as Static Site Generator and I want to process _drafts
to public
folder but without being listed as post.
I want to name.md
draft go to public/drafts/name.html
so I can show that draft published but not listed.
Thanks
I'm using Hexo as Static Site Generator and I want to process _drafts
to public
folder but without being listed as post.
I want to name.md
draft go to public/drafts/name.html
so I can show that draft published but not listed.
Thanks
Currently there is no "hexo way" to this. Perhaps someone can code this and suggest a pull request to issue you pointed out.