Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.39 KB

example.md

File metadata and controls

57 lines (36 loc) · 2.39 KB

📒 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"}) %>