Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connoratherton/svip-light-theme
https://github.com/connoratherton/svip-light-theme
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/connoratherton/svip-light-theme
- Owner: ConnorAtherton
- License: mit
- Created: 2014-11-30T07:01:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T23:20:00.000Z (almost 10 years ago)
- Last Synced: 2024-04-23T02:18:58.549Z (7 months ago)
- Language: CSS
- Size: 15.6 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DamnClean
This is one damn clean minimalist theme for [Hexo](http://zespia.tw/hexo). Based on Hexo default theme, Light.
Demo is [here](http://shulhi.github.io)
**Note** : This is still in beta, so far it works fine for me. But I haven't fully test it yet with Gallery, or add in picture in post etc. I only tested simple text entry, and code as that is mainly what I need. Feel free to fork and change to your need.
## Update
I am no longer updating this theme as I have moved my blog to Ghost platform.
## Install
Execute the following command and modify `theme` in `_config.yml` to `damnclean`.
```
git clone https://github.com/shulhi/hexo-theme-damnclean.git
```## Update
Execute the following command to update DamnClean.
```
cd themes/damnclean
git pull
```## Config
Default config:
``` yaml
menu:
Home: /
Archives: /archiveswidgets:
- search
- category
- tagexcerpt_link: Read more
github:
username: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** - Display read more link at bottom of post (leave empty to disable)
- **github** - Github follow button
- **username** - Github username
- **twitter** - Twitter follow button
- **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)