You can use this to create page:
1
hexo new page test
Example: test
Or create a folder and file manually:
12
mkdir pages; cd pagestouch test.md
Example: pages/test.html