Greyshade is a minimal, responsive theme ported from Octopress.
For demo, check out websites from the wiki
- 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
- 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 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 = ""
MIT: http://sm.mit-license.org
Shashank Mehtal
cxfksword