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.
- 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
- You can also use
- 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.
Some plugins have their own markdown version which includes hyperlinks and reduce image overhead.
See compatibility matrix for more informations.
- 🔃 Merged #315 Fix wakatime's URL in lowlighter/metrics
- 1 file changed
++1 --1
- 1 file changed
- 🔍 Reviewed #315 Fix wakatime's URL in lowlighter/metrics
- #️⃣ Opened #8 Dark mode support in lowlighter/denolithic
- #️⃣ Opened #7 Split code and move to typescript in lowlighter/denolithic
- 🔃 Closed #488 Auto-generated metrics for run #865261547 in lowlighter/lowlighter
- 1 file changed
++4 --4
- 1 file changed
- 🔃 Closed #487 Auto-generated metrics for run #865234968 in lowlighter/lowlighter
- 47 files changed
++278 --287
- 47 files changed
- 🔃 Merged #312 Bump @primer/css from 17.0.2 to 17.0.3 in lowlighter/metrics
- 2 files changed
++16 --16
- 2 files changed
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 |
- Writing Pythonic Rust
- Published on 24/05/2021
- Complexity is a source of income in open source ecosystems
- Published on 24/05/2021
- Microsoft has turned the Surface Duo into a handheld Xbox
- Published on 24/05/2021
- Temptation of the Apple: Dolphin on macOS M1
- Published on 24/05/2021
@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/0GS9QgRrnf15:13 on 24/05/2021
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: