Skip to content

Commit

Permalink
support emoji with markdown-it
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lin committed Feb 9, 2017
1 parent 30611d3 commit dd3b17d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions _config.yml
Expand Up @@ -64,6 +64,14 @@ pagination_dir: page

# Extensions
## Plugins: https://hexo.io/plugins/
plugins:
- markdown-it-abbr
- markdown-it-emoji
- markdown-it-footnote
- markdown-it-ins
- markdown-it-sup
- markdown-it-sub

## Themes: https://hexo.io/themes/
theme: next

Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -19,10 +19,11 @@
"hexo-generator-tag": "^0.2.0",
"hexo-new-post-pinyin": "0.0.3",
"hexo-renderer-ejs": "^0.2.0",
"hexo-renderer-marked": "^0.2.11",
"hexo-renderer-markdown-it": "^3.4.1",
"hexo-renderer-stylus": "^0.3.1",
"hexo-server": "^0.2.0",
"hexo-tag-mermaid": "^1.0.0"
"hexo-tag-mermaid": "^1.0.0",
"markdown-it-emoji": "^1.3.0"
},
"scripts": {
"postinstall": "cp themes/_config.yml themes/next/_config.yml && cp themes/base.styl themes/next/source/css/_variables/base.styl && cp themes/head.swig themes/next/layout/_partials/head.swig"
Expand Down

0 comments on commit dd3b17d

Please sign in to comment.