Skip to content

Instantly share code, notes, and snippets.

View KK7NZY's full-sized avatar

John Santiago Jr. KK7NZY

View GitHub Profile
@KK7NZY
KK7NZY / gist.md
Created December 25, 2016 22:03 — forked from benbalter/gist.md
Example of how to embed a Gist on GitHub Pages using Jekyll.

Here's an example of how to embed a Gist on GitHub Pages:

{% gist 5555251 %}

All you need to do is copy and paste the Gist's ID from the URL (here 5555251), and add it to a gist tag surrounded by {% and %}.