##This is the first post of my blog here, and will show how to build it.
##Enviroment: Ubuntu 16.04 + Hexo + Git + Node.js
##Note : change username into real one, supposed your Github id is xxx, replace username with xxx.
1/
|
|
2/
|
|
3/
|
|
4/
|
|
5/
|
|
you choose a path.
6/
|
|
7/
|
|
8/
|
|
9/
|
|
10/
|
|
11/
|
|
type:localhost:4000 in brower,
it should work now, but the http://username.github.io is still 404 error.
12/ open _config.yml and modify as follows:
|
|
13/
|
|
now the http://username.github.io should work,
and plz note:in less case , if the port 4000 is occupied,
set $ hexo server -p 5000 or some big number.
14/ change a Theme
|
|
modify in _config.yaml:
|
|
15/ and now you got it. ^^)