Created
November 21, 2011 19:18
-
-
Save fredgrott/1383600 to your computer and use it in GitHub Desktop.
GID framework _config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# highlighting for non slides pages/posts | |
pygments: true | |
# we use rdiscount for markdown as than we can mix markdown and html within an | |
# namefile.html page | |
markdown: rdiscount | |
# we exclude the general project read,e.markdown file from jekyll processing | |
exclude: readme.markdown | |
# we enable relative pages | |
lsi: true | |
# we set post urls to /catname/title.html | |
permalink: /:categories/:title.html | |
# for local site generation we keep baseurl: empty | |
# for non-local sites baseurl will be set to the base domainname url | |
baseurl: | |
# author is set to the author name for the site | |
author: Fred Grott | |
# title_prefix is set to a site prefix title | |
title_prefix: Fred Grott-MobileDev | |
# No seach engine uses meta keyword tags anymore so we have to define a good | |
# site description | |
description: Mobile development in the form of android applcations in the Greater Chicago Area(namely NW Indiana) | |
# site.moto appears just below site title in header | |
moto: Development on the Edge of MobileConvergence | |
#is this a github project that requires githubribbon? | |
gh: | |
# if gh than we set project url so that gitribbon is properly setup | |
gh_project_url: | |
gh_username:shareme | |
gh_userdash_url: | |
bk_userdash_url: | |
# masterbranch settings | |
mb_url:https://www.masterbranch.com/developer/shareme | |
mb_img_alt:View Fred Grott's CV on Masterbranch | |
# coderwall user url | |
cw_url:http://coderwall.com/shareme | |
# socialbar urls | |
socialbar_facebook_url: http://www.facebook.com/fred.grott | |
socialbar_twitter_url: "http://twitter.com/#!/fredgrott" | |
socialbar_forrst_url: http://forrst.me/fredgrott | |
socialbar_gplus_url: https://plus.google.com/u/0/114301140286672625486/posts?hl=en | |
socialbar_deviantart_url: http://shareme.deviantart.com/# | |
socialbar_hackernews_url: http://news.ycombinator.com/user?id=shareme | |
socialbar_quora_url: http://www.quora.com/Fred-Grott | |
socialbar_stackoverflow_url: http://stackoverflow.com/users/237740/fred-grott | |
# to enable tynt copy/paste tracking | |
tynt: | |
tynt_id:bveKsWa9er4AM8acwqm_6r | |
# to enable google analytics tracking | |
ga: | |
ga_id:UA-23593281-1 | |
# add this id | |
at_id:ra-4ea7e18b3e78fcd8 | |
# to enable disqus stie comments | |
dq: | |
dq_shortname:fredgrottmobiledev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment