/greyshade

Port of octopress's greyshade theme to Hugo

Primary LanguageCSS

Greyshade

Greyshade is a minimal, responsive theme ported from Octopress.

For demo, check out websites from the wiki

mobile view

screenshot

Features

  1. Responsive design.
  2. Fancybox integration
  3. 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 an email_md5 entry in _config.yml
  4. Schema.org support thanks to Nathan Shaughnessy

Setup

  1. Fork or download this theme repo
  2. Add config to your site config.toml file
baseurl = "http://gohugo.io/"
languageCode = "en-us"
title = "your blog title"

[author]
name = "hugo"
# email will be used for gravatar
email = ""
# public_email will be used for mailto link
public_email = ""

[taxonomies]
tag = "tags"

[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 = ""


# Menu links
menu_home_text = "Home"
menu_about_url = "http://about.me/myuser"
menu_about_text = "About Me"
menu_archives_text = "Archives"

# 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 = ""

# follow links
twitter_follow = true

# 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

Ported By

cxfksword