Issue #641
Create a new page
hexo new page mydemo
Remove index.md
and create index.html
, you can reference external css and js in this index.html
. Hexo has hexo new page mydemo --slug
but it does not support page hierarchy
Specify no layout so it is independent page.
---
layout: false
---