Writing
To create a new post or a new page, you can run the following command: $ hexo new [layout] <title> post is the default layout, but you can supply your own. You can change the default layout by editing the default_layout setting in _config.yml. LayoutThere are three default layouts in Hexo: post, page and draft. Files created by each of them is sav..
Read more