Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamhola/hexo-holakit
A Hexo theme based on HolaKit.
https://github.com/teamhola/hexo-holakit
hexo hexo-theme holakit
Last synced: 11 days ago
JSON representation
A Hexo theme based on HolaKit.
- Host: GitHub
- URL: https://github.com/teamhola/hexo-holakit
- Owner: teamhola
- License: other
- Created: 2018-09-24T08:57:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T02:50:15.000Z (over 6 years ago)
- Last Synced: 2024-11-06T12:57:04.922Z (2 months ago)
- Topics: hexo, hexo-theme, holakit
- Language: HTML
- Size: 257 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hexo-HolaKit
A Hexo blog theme built with [Team ¡Hola!'s HolaKit](https://github.com/teamhola/holakit), based on Hexo's default Landscape theme.
- [¡Hola!'s Website (Built with this)](http://ihola.one)
## Installation
### Install
``` bash
$ git clone https://github.com/teamhola/hexo-holakit themes/holakit
```### Enable
Modify `theme` setting in `_config.yml` to `holakit`.
#### Theme Config
To override our default values, use key `theme_config` in your `_config.yml`.
### Update
``` bash
cd themes/holakit
git pull
```## Configuration
``` yml
# Header
menu:
Home: /
rss: /atom.xml# Content
excerpt_link: Read More# Sidebar
widgets:
- tag
- recent_posts
- partners# Miscellaneous
google_analytics:
favicon: /favicon.png
```- **menu** - Navigation menu
- **rss** - RSS link
- **excerpt_link** - "Read More" link at the bottom of excerpted articles. `false` to hide the link.
- **sidebar** - Sidebar style. You can choose `left`, `right`, `bottom` or `false`.
- **widgets** - Widgets displaying in sidebar
- **google_analytics** - Google Analytics ID
- **favicon** - Favicon path## Features
### Sidebar
Hexo-HolaKit provides 4 built-in widgets:
- tag
- recent_posts
- public (For ¡Hola! Website only for now)
- partnersYou can edit them in `widget` setting.
## Development
### Requirements
- Hexo 2.4+
- HolaKit 0.17+[Hexo]: http://zespia.tw/hexo/
[HolaKit]: https://teamhola.github.com/holakit