https://github.com/rayspock/hexo-theme-aircv
Light version of aircv theme on Hexo
https://github.com/rayspock/hexo-theme-aircv
hexo hexo-theme
Last synced: about 1 month ago
JSON representation
Light version of aircv theme on Hexo
- Host: GitHub
- URL: https://github.com/rayspock/hexo-theme-aircv
- Owner: rayspock
- Created: 2020-07-16T11:56:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T05:51:09.000Z (almost 6 years ago)
- Last Synced: 2025-12-04T03:50:56.594Z (6 months ago)
- Topics: hexo, hexo-theme
- Language: CSS
- Homepage: https://rayspock.github.io/hexo-theme-aircv/
- Size: 6.36 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hexo-theme-aircv
Light version of aircv theme on Hexo with style design by [KeenThemes](https://www.keenthemes.com/)
## Screenshots

[[Live Preview]](https://rayspock.github.io/hexo-theme-aircv/)
## Installation
```bash
$ git clone https://github.com/rayspock/hexo-theme-aircv themes/aircv
$ cp themes/aircv/_config.yml.example themes/aircv/_config.yml
```
Modify `yoursite/_config.yml`:
```yaml
# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: aircv
```
## Update
You can update to latest master branch by the following command:
```base
$ cd themes/aircv
$ git pull
```
## Contributing
Contribution is welcome, feel free to open an issue or pull request.