https://github.com/databio/mm_templates
https://github.com/databio/mm_templates
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/databio/mm_templates
- Owner: databio
- Created: 2021-10-08T20:45:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T17:30:17.000Z (over 1 year ago)
- Last Synced: 2025-09-11T10:15:26.808Z (10 months ago)
- Language: Jinja
- Homepage: http://databio.org/mm_templates/
- Size: 52.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
# A collection of markmeld templates
## How to use
This repository provides an API for templates for use with the [markmeld](http://github.com/databio/markmeld) markdown melder. The templates are published to web using GitHub Pages. Instructions, descriptions, and API access can be found at [databio.org/mm_templates](https://databio.org/mm_templates).
## Submitting a new template
You can propose a new template to this repo by PR.
## Make your own
It's super easy to make your own template repository for re-use, just use this repository as an example. You can even host it on github pages to share with the world.
## Indexing commit
This repository uses a pre-commit hook to update the `list.json`, with `python index_contents.py > list.json`.