Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amehime/hexo-theme-shoka
Just For https://shoka.lostyu.me/
https://github.com/amehime/hexo-theme-shoka
Last synced: 3 months ago
JSON representation
Just For https://shoka.lostyu.me/
- Host: GitHub
- URL: https://github.com/amehime/hexo-theme-shoka
- Owner: amehime
- License: mit
- Created: 2020-07-04T11:11:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T11:51:04.000Z (10 months ago)
- Last Synced: 2024-05-20T09:20:28.014Z (8 months ago)
- Language: Stylus
- Size: 3.5 MB
- Stars: 837
- Watchers: 6
- Forks: 200
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - amehime/hexo-theme-shoka
README
# 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/)