latest 5 messages by nick___
+
[10 years ago]
nick___
I can fetch the files using php tough. I wonder if jekyll automatically loads /about/index.php if I go to /about on my website
+
[10 years ago]
nick___
I think trying to fetch the files via javascript might give me cross origin errors
+
[10 years ago]
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
+
[10 years ago]
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
+
[10 years ago]
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?