You can use this to create page:

1
hexo new page test

Example: test

Or create a folder and file manually:

1
2
mkdir pages; cd pages
touch test.md

Example: pages/test.html

Comments

Dec 1 2014