How to embed GitHub Gists on a Ghost blog
You can use an easy little trick to embed GitHub Gists on a Ghost blog. Go to your post editor and click the...
You can embed GitHub gists on your Ghost blog and make it look good by doing the following:
- On your post editor click the "+" and select "HTML":
- Then paste then following:
<script src="https://gist.github.com/<YOUR_GITHUB_USERNAME>/<YOUR_GIST_ID>.js"></script>
And you'll get something like this:
Beautiful. Don't forget the .js at the end.