# Quick start

# Installation

  • Install Stun

    Enter your hexo directory, run this.

    $ git clone https://github.com/liuyib/hexo-theme-stun.git themes/stun
    
  • Install dependency hexo-render-pug

    Enter your hexo directory, run this.

    $ npm install --save hexo-render-pug
    

# How to use

Change the _config.yml file in your hexo root directory.

theme: stun

Run your hexo server.

$ hexo clean && hexo s

# Update

$ cd themes/stun

# Update to stable version (Recommend).
$ git pull origin master

# Update to the latest features (Not recommended).
$ git pull origin dev