Skip to content

Instantly share code, notes, and snippets.

@kisom
Created October 3, 2011 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kisom/1258702 to your computer and use it in GitHub Desktop.
Save kisom/1258702 to your computer and use it in GitHub Desktop.
my json template for hackerhub
{
"settings" : {
"id" : "kyle",
"name" : "kyle isom",
"avatar" : "http://is.gd/JZ3Pcw?s=200",
"disqus_shortname" : "kisom",
"enable_search" : true
},
"content" : {
"$ whoami" : {
"title" : "$ whoami",
"content" : "http://kisom.github.com/body.md"
},
"git commit" : {
"title" : "github feed",
"type" : "atom",
"content" : "https://github.com/kisom.atom"
},
"hg commit" : {
"title" : "bitbucket feed",
"type" : "rss",
"content" :
"https://bitbucket.org/kisom/rss/feed?token=17b80db2a1e2a2c036d4e953d8030d0d"
},
"blog" : {
"title" : "It's All About the Kung-Fu",
"type" : "rss",
"content" : "http://www.kyleisom.net/blog/index.rss"
},
"@kyleisom" : {
"title" : "@kyleisom",
"type" : "twitter",
"username" : "kyleisom"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment