Greyshade
Greyshade is a minimal, responsive theme ported from Octopress.
For demo, check out websites from the wiki
Features
- Responsive design.
- Fancybox integration
- Gravatar support thanks to Zhigang Fang. Add your email id to
_config.yml
and your profile picture will appear in the left nav. If you don’t want your email to be visible in the HTML code, you can provide the MD5 hashed value of your email as expected by Gravatar with anemail_md5
entry in_config.yml
- Schema.org support thanks to Nathan Shaughnessy
Setup
- Fork or download this theme repo
- Add config to your site
config.toml
file
baseurl = "http://gohugo.io/"
languageCode = "en-us"
title = "your blog title"
[author]
name = "hugo"
# email will use for gravatar
email = ""
[taxonomies]
category = "categories"
[params]
# site description, will show under navigation
description = ""
# RSS / Email (optional) subscription links (change if using something like Feedburner)
subscribe_rss = "/index.xml"
subscribe_email = ""
# social links
facebook_user = ""
googleplus_user = ""
twitter_user = ""
github_user = ""
coderwall_user = ""
stackoverflow_user = ""
stackoverflow_user_id = ""
linkedin_user = ""
pinterest_user = ""
delicious_user = ""
pinboard_user = ""
quora_user = ""
instagram_user = ""
behance_user = ""
douban_user = ""
# share links
facebook_like = true
twitter_tweet_button = true
google_plus_one = "true"
addthis_profile_id = ""
# Disqus Comments
disqus_short_name = ""
disqus_show_comment_count = false
# google analytics
google_analytics_tracking_id = ""
License
MIT: http://sm.mit-license.org
Author
Shashank Mehtal - https://github.com/shashankmehta
Ported By
cxfksword - https://github.com/cxfksword