From c8d364ee752ad090945b7e104873d24d011b521e Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 13 Jan 2022 19:26:38 -0500 Subject: [PATCH] feat: add markdown template --- metrics.markdown.template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 metrics.markdown.template.md diff --git a/metrics.markdown.template.md b/metrics.markdown.template.md new file mode 100644 index 00000000000..8483ffef336 --- /dev/null +++ b/metrics.markdown.template.md @@ -0,0 +1,11 @@ +### 👋 Hello, I'm {{ LOGIN }} + +I joined GitHub on `{{ f.date(REGISTRATION_DATE, {dateStyle:"short"}) }}`. +I contributed to `{{ REPOSITORIES_CONTRIBUTED_TO }}` repositories and made `{{ COMMITS }}` commits. + +> Elements in `inline code-blocks` were auto-magically templated by **metrics markdown template**. +> Although this is rendered as a PNG image in this example, it'll actually push markdown 😎 +> +> Endless customization is possible, including hyperlinks 🎉! +> +> *Generated with [lowlighter/metrics@{{ VERSION }}](https://github.com/lowlighter/metrics)*