Skip to main content

Easily embed GitHub Git file in your Pelican articles.

Project description

Pelican Git Tag is a library that makes it easy to embed GitHub file in your Pelican blogs.

Installation

To install pelican-git, simply:

$ pip install pelican-git

Then add a bit of code to your blog configuration:

PLUGINS = [
    # ...
    'pelican_git',
    # ...
]

Usage

In your articles, just add lines to your posts that look like:

[git:repo=yourname/yourrepo,file=somefile,branch=master,hash=xxxxxxx]

branch and hash are optional. If you don’t specify branch, it will be master. If you specify hash it will overwrite the branch setting.

Settings

GIT_CACHE_ENABLED - Specifies whether to cache the gist on disk or not. Default is True. (Optional)

Testing

$ make install
$ make test

Authors

Ha.Minh

Inspired by pelican_gist

Changelog

  • 0.1.0 - Initial version

License

Uses the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pelican-git-0.1.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

pelican_git-0.1.1-py2.py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page