{ "info": { "author": "Chris Streeter", "author_email": "chris@chrisstreeter.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "Pelican Gist Tag\n================\n\nPelican Gist Tag is a library to make it easy to GitHub Gists in your Pelican_ blogs.\n\nInstallation\n------------\n\nTo install pelican-gist, simply:\n\n.. code-block:: bash\n\n $ pip install pelican-gist\n\nThen add a bit of code to your blog configuration:\n\n.. code-block:: python\n\n PLUGINS = [\n # ...\n 'pelican_gist',\n # ...\n ]\n\nUsage\n-----\n\nIn your articles, just add lines to your posts that look like:\n\n.. code-block:: html\n\n [gist:id=3254906,file=brew-update-notifier.sh]\n\nThis will tell the plugin to insert gist id ``3254906`` and choose the file ``brew-update-notifier.sh`` into your post. The resulting HTML will look like:\n\n.. code-block:: html\n\n