https://github.com/heruoxin/hexo-persona-color
Persona Color is a theme for Hexo, based on thiagopnts/hexo-persona-dark
https://github.com/heruoxin/hexo-persona-color
Last synced: about 1 month ago
JSON representation
Persona Color is a theme for Hexo, based on thiagopnts/hexo-persona-dark
- Host: GitHub
- URL: https://github.com/heruoxin/hexo-persona-color
- Owner: heruoxin
- License: mit
- Archived: true
- Created: 2014-01-18T09:29:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T11:21:23.000Z (almost 9 years ago)
- Last Synced: 2024-05-20T09:22:04.329Z (11 months ago)
- Language: JavaScript
- Homepage: https://www.1ittlecup.com
- Size: 582 KB
- Stars: 51
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - heruoxin/hexo-persona-color - persona-dark|50| (Content)
README
# Persona Color
Theme for [Hexo].
[Demo]

You can edit the color schemes in `themes/persona-color/source/css/_base/variable.styl`
## Install
Execute the following command and modify `theme` in `_config.yml` to `persona-color`.
```
git clone git://github.com/heruoxin/hexo-persona-color.git themes/persona-color
```## Update
Execute the following command to update Persona Color.
```
cd themes/persona-color
git pull
```## Config
Default config:
```
photo: /icon.jpg
email:
twitter:
facebook:
googleplus:
github:
pinterest:
linkedin:
instagram:
zhihu:
weibo:
renren:addthis:
enable: false
pubid:
facebook: true
twitter: true
google: true
pinterest: truefancybox: true
bighomepage: true
usecdn: truegoogle_analytics:
rss: /atom.xml
```- **photo** - Your Photo. The best size is 340x340.
- **twitter** - Your twitter username,will show on the sidebar (Desktop view) or the header (Mobile view).
- **facebook and etc.** - Same as twitter.
- **addthis** - Share buttons at the buttom of articles (Powered by [AddThis]).
- **enable** - Enable share buttons (true/false).
- **pubid** - Profile ID of [AddThis].
- **facebook** - Enable Facebook button.
- **twitter** - Enable Twitter button.
- **google** - Enable Google+ button.
- **pinterest** - Enable Pinterest button.
- **fancybox** - Enable [Fancybox]
- **bighomepage** - Using html5 history.pushState API to get better user experience. But may slow down the homepage.
- **usecdn** - Using CNDJS and some other CDN to improve a few loading speed. You can disable it if your web server is fast.
- **google_analytics** - Google Analytics ID(example: UA-xxxxxxxx-x)
- **rss** - RSS subscription link (change if using Feedburner)[Hexo]: http://zespia.tw/hexo/
[Demo]: http://1ittlecup.com/
[AddThis]: https://www.addthis.com
[Fancybox]: http://fancyapps.com/fancybox/