Pelican Plugin to embed gist in your pages/articles written in reStructuredText syntax.
Follow the instructions in official Pelican documentation.
Use the following directive in your pages/articles written in reStructuredText syntax:
.. gist:: GIST_ID GITHUB_USERNAME
The generated html webpage corresponding to above directive will be:
<script src="https://gist.github.com/{{ GITHUB_USERNAME }}/{{ GIST_ID }}.js"></script>
which will show the gist on your webpage.
This plugin is released in public domain. See UNLICENSE.