Skip to content

Latest commit

 

History

History
164 lines (128 loc) · 113 KB

metrics.markdown.full.md

File metadata and controls

164 lines (128 loc) · 113 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 `37` repositories and made `1687` 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

@dan_j_ford @OctoPrint3D @vuejs New episodes weekly!

15:25 on 24/05/2021

Cloud Foundry is joining us for Open Source Friday to show off using GitHub Actions to start automating your deployments to Kubernetes.

Join @bdougieYO and @coder_blvck in learning how to get a @cloudfoundry instance connected to a GitHub repo.

github.co/20212805-0000-…
pic.twitter.com/0GS9QgRrnf

15:13 on 24/05/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: