Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSeob committed Oct 8, 2017
2 parents 954d9c0 + 3375624 commit 4063230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ $ cd your/hexo/directory
$ git clone https://github.com/HyunSeob/hexo-theme-overdose.git themes/overdose
```

This theme is using pug. So install renderer.
This theme is using pug. So you have to install the renderer.
```
$ npm install --save hexo-renderer-pug # or you can still use hexo-renderer-jade, too.
$ npm install --save hexo-renderer-jade # Don't use hexo-renderer-pug. It doesn't work.
```

Then, copy the configuration example file.
Expand Down

0 comments on commit 4063230

Please sign in to comment.