Skip to content

Latest commit

 

History

History
164 lines (128 loc) · 119 KB

metrics.markdown.full.md

File metadata and controls

164 lines (128 loc) · 119 KB

📒 Markdown template example

This is a markdown template example which explain the basic usage of this template.

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

🈂️ Templating syntax:

  • Regular EJS syntax is supported
  • {{ and }} will be interpolated as EJS brackets (syntaxic sugar)
    • `` can be used as control statements
  • Use metrics.lecoq.io with config.output=json to see available data
    • You can also use config_output: json in GitHub Actions and/or inspect metrics code to get available data too
  • Same formatting helpers available in templates can be used too
I joined GitHub on `20/10/2016`.
I contributed to `42` repositories and made `4491` commits.

🧩 Plugins

Using markdown plugins

Some plugins have their own markdown version which includes hyperlinks and reduce image overhead.

See compatibility matrix for more informations.


📰 Recent activity


✒️ Recent posts from dev.to

Discover your GitHub ranking with Metrics Insights!
Ever wondered how high is ranked your most starred/forked repository across all GitHub? Or whether if...
Published on 19/04/2021
Metrics v3.0, the ultimate tool to pimp your GitHub profile!
Metrics is an extensive SVG images generator plugged with various APIs (GitHub, Twitter, Spotify, ......
Published on 04/01/2021

🗼 Rss feed from Hacker News


🐤 Latest tweets from @github

@_ediri Howie obviously - aren’t they everyone’s?

22:47 on 19/08/2021

Do you wiki? We just added an automatic table of contents to the sidebar to help with navigation 🧭 📖
pic.twitter.com/iGY4p5l4zF

21:19 on 19/08/2021


📌 Starred topics

And 69 more...

Embedding SVG metrics

To include SVGs metrics images without creating additional jobs, use the embed function:

It takes two arguments:

  • An unique identifier which will be used as filename withing markdown_cache folder
  • Configuration options (see action.yml)
    • Tokens options are automatically passed down from your workflow job, do not pass them again

Embed plugins must still be enabled at top-level in order to work:

- uses: lowlighter/metrics@latest
  with:
    isocalendar: yes
    languages: yes

Note that unlike regular workflow jobs, embed function does not have base plugin enabled by default. If you wish to diplay parts of it, they must be explicitely enabled: