Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thlstsul/hexo-s-theme-light-zh
https://github.com/thlstsul/hexo-s-theme-light-zh
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thlstsul/hexo-s-theme-light-zh
- Owner: thlstsul
- License: mit
- Created: 2014-11-04T15:53:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T15:59:16.000Z (about 10 years ago)
- Last Synced: 2023-06-10T22:55:11.708Z (over 1 year ago)
- Language: CSS
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Light
Default theme for [Hexo].
## Install
Execute the following command and modify `theme` in `_config.yml` to `light`.
```
git clone https://github.com/hexojs/hexo-theme-light.git themes/light
```## Update
Execute the following command to update Light.
```
cd themes/light
git pull
```## Config
Default config:
``` yaml
menu:
Home: /
Archives: /archiveswidgets:
- search
- category
- tagexcerpt_link: Read More
twitter:
username:
show_replies: false
tweet_count: 5addthis:
enable: true
pubid:
facebook: true
twitter: true
google: true
pinterest: truefancybox: true
google_analytics:
rss:
```- **menu** - Main navigation menu
- **widget** - Widgets displaying in sidebar
- **excerpt_link** - "Read More" link text at the bottom of excerpted articles
- **twitter** - Twitter widget config
- **username** - Twitter username
- **show_replies** - Enable displaying replies
- **tweet_count** - Tweets display in widget
- **addthis** - Share buttons at the buttom of articles (Powered by [AddThis])
- **enable** - Enable share buttons
- **pubid** - Profile ID of [AddThis]
- **facebook** - Enable Facebook button
- **twitter** - Enable Twitter button
- **google** - Enable Google+ button
- **pinterest** - Enable Pinterest button
- **fancybox** - Enable [Fancybox]
- **google_analytics** - Google Analytics ID
- **rss** - RSS subscription link (change if using Feedburner)## Features
### Gallery Post
![](http://i.minus.com/ibp6Hbytwgof9y.jpg)
```
---
layout: photo
title: Gallery Post
photos:
- http://i.minus.com/ibobbTlfxZgITW.jpg
- http://i.minus.com/iedpg90Y0exFS.jpg
---
```### Link Post
![](http://i.minus.com/i7hBbGqh14EWo.png)
```
---
layout: link
title: Link Post
link: http://www.google.com/
---
```### Tweet Widget
![](http://i.minus.com/iMC8EyF9y0Y3y.PNG)
### Fancybox
![](http://i.minus.com/iHv7h7rZNqHvo.PNG)
[Hexo]: http://zespia.tw/hexo/
[AddThis]: https://www.addthis.com
[Fancybox]: http://fancyapps.com/fancybox/