Install Hexo
|
|
Initialize the blog
|
|
To deploy on Github, we need to install git deployer and modify the _config.yml file in root:1npm install hexo-deployer-git --save
|
|
You have to add your local ssh key to your github account, otherwise you won’t be able to display the site, find instruction here
Install themes
Clone the new theme under themes directory1git clone https://github.com/iissnan/hexo-theme-next.git themes/next