hexo tips
clean cache(public folder): hexo clean
generate public files(static files): hexo g
preview the website: hexo s (--debug)
new post: hexo new post <title>
new draft: hexo new draft <title>
new page: hexo new page <title>
scaffold folders are the templates of these ‘articles’, creating scaffolds: hexo new <scaffold name> <title>
readmore widget: <!-- more -->