Skip to content

VGEAREN/vgearen.github.io

Repository files navigation

Quick Start

Install Hexo

$ npm install hexo-cli -g

Setup your project

$ hexo init <folder>
$ cd <folder>
$ npm install

Clean && Generate static files && Start the server

$ hexo cl && hexo g && hexo s

Create a new post

$ hexo new "Hello Hexo"