Files
metrics/source/templates/markdown/example.md
2023-08-24 23:27:16 -04:00

2.4 KiB
Vendored

📒 Markdown template example

See rendering of this file here and original template source here.

🧩 Plugins with markdown version

<%- await include(partials/activity.ejs) %>


<%- await include(partials/posts.ejs) %>


<%- await include(partials/rss.ejs) %>


⚠️ As Twitter removed the ability to fetch tweets from their free API as part of their new pricing policy, this plugin is no longer maintained.

<%- await include(partials/tweets.ejs) %>


<%- await include(partials/topics.ejs) %>

🎈 Embedding SVG metrics on-the-fly

<%- await embed(example-isocalendar, {isocalendar:true, isocalendar_duration:"full-year", config_display:"large"}) %>


<%- await embed(example-languages-pdf, {languages:true, languages_details:"percentage, bytes-size", config_display:"large"}) %>


<%- await embed(example-base-pdf, {base:"activity, community, repositories"}) %>