hexowebsiteblog

Variables

Global Variables Variable Description Type site Sitewide information. object; see Site Variables page Page specific information and custom variables set in front-matter. object; see Page Variables config Site configuration. object (your site’s _config file) theme Theme configuration. Inherits from site configuration. object (your theme’s _conf..

Read more
hexowebsiteblog

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
1456