The content is written with Jade templating language. Please reference the Jade Syntax for correct syntax.
For home page structure, please edit: themes/react/_config.yml
For config, please edit: _config.yml
For data, please edit yml filesin : source/_data
For blog posts and project, please edit md files in: source/_posts
To start using the server, you will first have to install hexo-server.
$ npm install hexo-server --save
$ npm run start
$ npm run build
Update theme:
$ npm run reload
which is a composition of the following command:
$ gulp sass;gulp build:css; gulp jade;
To watch to changes as well:
$ gulp watch