Inky is a Simple, Elegant theme of hexo.
-
Remove default markdown renderer
marked
and usemarkdown-it
instead.npm uninstall hexo-renderer-marked -S npm install hexo-renderer-markdown-it markdown-it-emoji markdown-it-task-lists markdown-it-sub markdown-it-sup -S
-
Go into your hexo blog folder
cd YOUR_HEXO_BLOG_PATH
-
Clone Inky into
themes
folder and install dependencies.git clone https://github.com/sh7me/hexo-theme-inky/ themes/inky cd themes/inky yarn install
Any types of contribution are okay, waiting for your pull request
.
© 2016 - 2020 Sh7me