Mark's bloG
Page Content - Hello Hexo!
Hello Hexo!
12/1/2018
12/1/2018
130
1 min.

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

$ hexo new "My New Post"
1

More info: Writing

Run server

$ hexo s
1

More info: Server

Generate static files

$ hexo g
1

More info: Generating

Deploy to remote sites

$ hexo d
1

More info: Deployment

Generate and deploy

$ hexo g -d
1

Debug

$ hexo clean --debug
$ hexo g --debug
1
2

Editing of original generated post "Hello World"

Content above ended Thank you for reading
Comments