Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/waylonwalker/markata-gh
- Owner: WaylonWalker
- License: other
- Created: 2022-08-31T15:17:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T02:53:07.000Z (over 1 year ago)
- Last Synced: 2024-10-08T08:52:33.302Z (3 months ago)
- Topics: jinja2-extension, markata, markata-plugin
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.