Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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.
https://github.com/waylonwalker/markata-gh

jinja2-extension markata markata-plugin

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Markata gh

## Installation

```console
pip install markata-gh
```

## Usage

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

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

Inside your markdown you can use the `gh_repo_list_topic` tag.

``` markdown
## Markata plugins

{% gh_repo_list_topic "markata" %}
```

## Example

![image](https://user-images.githubusercontent.com/22648375/187774254-e9ebd2be-6ba2-4975-84fb-79132673d695.png)

## License

`markata-gh` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.