Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagopnts/hexo-persona-dark
Persona Dark is a theme for Hexo, based on it's default light theme
https://github.com/thiagopnts/hexo-persona-dark
Last synced: 2 months ago
JSON representation
Persona Dark is a theme for Hexo, based on it's default light theme
- Host: GitHub
- URL: https://github.com/thiagopnts/hexo-persona-dark
- Owner: thiagopnts
- License: mit
- Created: 2013-04-15T02:49:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T14:52:00.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:21:57.895Z (8 months ago)
- Language: CSS
- Homepage: http://thiago.me/hexo-persona-dark/
- Size: 453 KB
- Stars: 22
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Persona Dark
Theme for [Hexo].
[Demo]
## Install
Execute the following command and modify `theme` in `_config.yml` to `persona-dark`.
```
git clone git://github.com/thiagopnts/hexo-persona-dark.git themes/persona-dark
```## Update
Execute the following command to update Persona Dark.
```
cd themes/persona-dark
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)[Hexo]: http://zespia.tw/hexo/
[Demo]: http://thiago.me/hexo-persona-dark/
[AddThis]: https://www.addthis.com
[Fancybox]: http://fancyapps.com/fancybox/