+ [2015-02-20T20:25:50Z] ariestiyansyah http://github.com/ariestiyansyah/naringu
+ [2015-02-20T20:25:51Z] jekyllrb Title: ariestiyansyah/naringu · GitHub (at github.com)
+ [2015-02-20T21:37:28Z] FernandoBasso I am trying to get started on a "command line wiki" thing.

message no. 80651

Posted by ariestiyansyah in #jekyll at 2015-02-20T18:55:25Z

don't forget to share :D
+ [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] jekyllrb Title: sleuthkit/callback-style.cpp at develop · sleuthkit/sleuthkit · GitHub (at github.com)
+ [2015-02-21T08:38:50Z] willnorris nick___: 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