/hexo-theme-inky

🖋️墨跡手帳

Primary LanguageCSSMIT LicenseMIT

Inky

Inky is a Simple, Elegant theme of hexo.

Preview

preview

Installing

  • Remove default markdown renderer marked and use markdown-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

Contributing

Any types of contribution are okay, waiting for your pull request.

Changelog

hexo-image

License

© 2016 - 2020 Sh7me

Inky is released under the MIT license.