Creating a Post in Hexo
Kothandaraman Kannadasan Lv3

In this guide you will get to know how to build the Yocto for NXP products based on Scarthgap branch.

Quick Start

Create a new post

1
hexo new "My New Post"

More info: Writing

1
hexo new page --path _posts/ChangingOwnershipLinux "Changing Ownership in Linux"

Run server

1
hexo server

More info: Server

Generate static files

1
hexo generate

More info: Generating

Deploy to remote sites

1
hexo deploy

More info: Deployment