This is the simples way to embed a file from a github repository to your webpage/blog
tag: $file should follow the github repository pattern of $user/$repository/raw/master/$path github/$file is a shorthand for http://github.com/$file and works in the same way Additional customization is possible by including one or more of the following in the query string: slice (optional) Supply a slice parameter to show only a particular portion of the file: slice=0:-2 Show the first line up to and including the second to last line slice=24:100 Show lines 24 through 100 slice=0 Show only the first line of the file footer (optional) Use the footer parameter to control the appearance of the footer: footer=no footer=0 Hide the footer footer=minimal Show the footer without “This Gist brought to you by gist-it.” http://gist-it.appspot.com/ Example Source script src=”http://gist-it.appspot.com/github/robertkrimen/gist-it-example/blob/master/example.js” Source http://github.com/robertkrimen/gist-it

Tags: , ,

Leave a Reply

Your email address will not be published. Required fields are marked *