/ JAMSTACK

Begin with Hexo

Welcome to my blog powered by Hexo first post !

Hexo is “A fast, simple & powerful blog framework”

Installation

$ npm install hexo-cli -g
$ hexo init blog
$ cd blog
$ npm install
$ hexo server

Create a new post

hexo new "My New Post"

More info: Writing

Run server

hexo server

More info: Server

Generate static files

hexo generate

More info: Generating

Deploy to remote sites

hexo deploy