+[2015-02-20T20:25:50Z]ariestiyansyahhttp://github.com/ariestiyansyah/naringu +[2015-02-20T20:25:51Z]jekyllrbTitle: ariestiyansyah/naringu · GitHub (at github.com) +[2015-02-20T20:26:50Z]FernandoBassoThanks. +[2015-02-20T20:42:51Z]ariestiyansyahsure, please fork and contribute +[2015-02-20T21:37:28Z]FernandoBassoI am trying to get started on a "command line wiki" thing.
+[2015-02-21T08:27:53Z]nick___Hi I have a website hosted on github pages. I want to return the contents of a github code file (sample.cpp) whenever code.html is accessed on my website. Any suggestions on how can I do this? +[2015-02-21T08:30:39Z]nick___For example: I want to return the contents of https://github.com/sleuthkit/sleuthkit/blob/develop/samples/callback-style.cpp whenever myJekyllWebsite.com/code/code.html is accessed +[2015-02-21T08:30:41Z]jekyllrbTitle: sleuthkit/callback-style.cpp at develop · sleuthkit/sleuthkit · GitHub (at github.com) +[2015-02-21T08:38:50Z]willnorrisnick___: probably simplest to load it straight from the GitHub API with some client-side javascript +[2015-02-21T08:57:54Z]nick___I saw that there is a gist tag to embed gists (http://jekyllrb.com/docs/templates/#gist) and hence was wondering if there is a similar tag for embeding github code files