WaylonWalker / markata-gh

A markata plugin to pull your github repos into your site by topic. This is a jinja plugin that only needs to be pip installed, then it will automatically be exposed as a jinja tag.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markata gh

Installation

pip install markata-gh

Usage

markta-gh is a jinja plugin for markata, once installed it can be enabled through the following config.

[markata.jinja_md]
extensions = ['markata_gh.repo_list.GhRepoListTopic']

Inside your markdown you can use the gh_repo_list_topic tag.

## Markata plugins

{% gh_repo_list_topic "markata" %}

Example

image

License

markata-gh is distributed under the terms of the MIT license.

About

A markata plugin to pull your github repos into your site by topic. This is a jinja plugin that only needs to be pip installed, then it will automatically be exposed as a jinja tag.

License:Other


Languages

Language:Python 100.0%