Files
hexo-theme-shoka/README.md
amehime ec66c3b124 update
2020-09-04 22:02:23 +08:00

25 lines
819 B
Markdown

# Hexo Theme Shoka
## Usage
1. Clone this repository
``` bash
# cd your-blog
git clone https://github.com/amehime/hexo-theme-shoka.git ./themes/shoka
```
2. Make changes to the root `_config.yml`
- update `theme` fragment as `shoka`.
3. Install the necessary plugins
- [hexo-renderer-multi-markdown-it](https://www.npmjs.com/package/hexo-renderer-multi-markdown-it)
- [hexo-autoprefixer](https://www.npmjs.com/package/hexo-autoprefixer)
- [hexo-algoliasearch](https://www.npmjs.com/package/hexo-algoliasearch)
- [hexo-symbols-count-time](https://www.npmjs.com/package/hexo-symbols-count-time)
- [hexo-feed](https://www.npmjs.com/package/hexo-feed)
4. View a site configuration example in the `example` folder.
5. [中文使用说明](https://shoka.lostyu.me/computer-science/note/theme-shoka-doc/)