Skip to content

HighTTeam/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High T Team's blog resource

How To Start

Clone it

git clone https://github.com/HighTTeam/blog.git

Prepare your environment

https://hexo.io/docs/index.html

Create a new post

$ hexo new "My Post"

Run server

$ hexo server

or

$ hexo s

Generate static files

$ hexo generate

or

$ hexo g

Deploy to github

$ hexo deploy

or

$ hexo d

and then, try to browser the website. https://hightteam.github.io/

need to learn more about hexo, just click this https://hexo.io/docs/