Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 646 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 646 Bytes

ayydany.com - Hexo

Prerequisites

  • have npm.js installed (duh)
  • have git installed (duh)

Quick and easy

  1. Clone this repo:

    $ git clone https://github.com/ayydany/ayydany.com.git
  2. Reinstall npm packages:

    $ npm install
  3. Clone a theme back into folder, currently using cactus:

    $ git clone https://github.com/probberechts/hexo-theme-cactus.git themes/cactus
  4. Generate hexo & run with the command.

    $ hexo generate && hexo server
  5. You're good bro

Special thanks