- have npm.js installed (duh)
- have git installed (duh)
-
Clone this repo:
$ git clone https://github.com/ayydany/ayydany.com.git
-
Reinstall npm packages:
$ npm install
-
Clone a theme back into folder, currently using cactus:
$ git clone https://github.com/probberechts/hexo-theme-cactus.git themes/cactus
-
Generate hexo & run with the command.
$ hexo generate && hexo server
-
You're good bro
- Cactus theme (https://github.com/probberechts/hexo-theme-cactus)