Website Initialization

Little guide on how to use Hexo, a simple and fast blogging static site generator.They provide an API which make everything easy, hundred of people in the community have developed about 500 new themes,plugins which can be applied whenever you want

Just a reminder, i found this cool Hexo software from this repo

Read the tutorial here: Tutorial it has all what you need

But remember the first command you write, remember to replace it into this:

1
2
#original:
npm install hexo-cli

replace into

1
npm install hexo-cli -g