From d8896623d4e53ed72a84124a93259cb0dfd0dccd Mon Sep 17 00:00:00 2001
From: lowlighter <22963968+lowlighter@users.noreply.github.com>
Date: Sat, 15 Jan 2022 15:13:06 -0500
Subject: [PATCH] docs: replace links from profile repo to metrics repo [skip
ci]
---
.../partials/documentation/organizations.md | 2 +-
.../partials/documentation/setup/action.md | 6 +-
.github/readme/partials/license.md | 4 +-
.github/scripts/markdown_example.mjs | 2 +-
README.md | 130 +++++++++---------
source/plugins/achievements/README.md | 4 +-
source/plugins/activity/README.md | 2 +-
source/plugins/anilist/README.md | 6 +-
source/plugins/base/README.md | 4 +-
source/plugins/code/README.md | 2 +-
source/plugins/contributors/README.md | 4 +-
source/plugins/discussions/README.md | 2 +-
source/plugins/followup/README.md | 6 +-
source/plugins/gists/README.md | 2 +-
source/plugins/habits/README.md | 4 +-
source/plugins/introduction/README.md | 4 +-
source/plugins/isocalendar/README.md | 4 +-
source/plugins/isocalendar/metadata.yml | 4 +-
source/plugins/languages/README.md | 8 +-
source/plugins/languages/metadata.yml | 8 +-
source/plugins/licenses/README.md | 4 +-
source/plugins/lines/README.md | 2 +-
source/plugins/music/README.md | 4 +-
source/plugins/notable/README.md | 4 +-
source/plugins/pagespeed/README.md | 6 +-
source/plugins/people/README.md | 4 +-
source/plugins/posts/README.md | 4 +-
source/plugins/projects/README.md | 2 +-
source/plugins/reactions/README.md | 2 +-
source/plugins/repositories/README.md | 2 +-
source/plugins/rss/README.md | 2 +-
source/plugins/screenshot/README.md | 2 +-
source/plugins/skyline/README.md | 2 +-
source/plugins/sponsors/README.md | 4 +-
source/plugins/stackoverflow/README.md | 2 +-
source/plugins/stargazers/README.md | 2 +-
source/plugins/starlists/README.md | 2 +-
source/plugins/stars/README.md | 2 +-
source/plugins/stock/README.md | 2 +-
source/plugins/support/README.md | 2 +-
source/plugins/topics/README.md | 4 +-
source/plugins/traffic/README.md | 2 +-
source/plugins/tweets/README.md | 4 +-
source/plugins/wakatime/README.md | 2 +-
source/templates/classic/README.md | 2 +-
source/templates/classic/metadata.yml | 2 +-
source/templates/community/README.md | 2 +-
source/templates/markdown/README.md | 4 +-
source/templates/markdown/example.md | 2 +-
source/templates/markdown/example.pdf.md | 2 +-
source/templates/markdown/metadata.yml | 2 +-
source/templates/repository/README.md | 2 +-
source/templates/repository/metadata.yml | 2 +-
source/templates/terminal/README.md | 2 +-
source/templates/terminal/metadata.yml | 2 +-
55 files changed, 150 insertions(+), 150 deletions(-)
diff --git a/.github/readme/partials/documentation/organizations.md b/.github/readme/partials/documentation/organizations.md
index f004f199..1e9174be 100644
--- a/.github/readme/partials/documentation/organizations.md
+++ b/.github/readme/partials/documentation/organizations.md
@@ -2,7 +2,7 @@
While metrics targets mainly user accounts, it's possible to render metrics for organization accounts.
-
+
## 💬 Metrics for organizations
diff --git a/.github/readme/partials/documentation/setup/action.md b/.github/readme/partials/documentation/setup/action.md
index e17ef1de..fad290b8 100644
--- a/.github/readme/partials/documentation/setup/action.md
+++ b/.github/readme/partials/documentation/setup/action.md
@@ -41,7 +41,7 @@ A scope-less token can still display private contributions by enabling `Include
If a plugin has not enough scopes to operate (and `plugins_errors_fatal` isn't enabled), it'll be reported in the rendering like below:
-
+
### 2. Put your GitHub personal token in your repository secrets
@@ -97,9 +97,9 @@ In this case, please consider watching new releases to stay up-to-date and enjoy
#### Examples workflows
-Metrics displayed on this page are rendered from this [workflow](https://github.com/lowlighter/lowlighter/blob/master/.github/workflows/metrics.yml) so you can check it out for some code examples about plugins usage.
+Metrics displayed on this page are rendered from this [workflow](https://github.com/lowlighter/metrics/blob/examples/.github/workflows/metrics.yml) so you can check it out for some code examples about plugins usage.
-You can also take a look at this [user workflow](https://github.com/lowlighter/lowlighter/blob/master/.github/workflows/personal.yml) if you want.
+You can also take a look at this [user workflow](https://github.com/lowlighter/metrics/blob/examples/.github/workflows/personal.yml) if you want.
### 4. Embed link into your README.md
diff --git a/.github/readme/partials/license.md b/.github/readme/partials/license.md
index 06315272..f55be9f4 100644
--- a/.github/readme/partials/license.md
+++ b/.github/readme/partials/license.md
@@ -5,5 +5,5 @@ MIT License
Copyright (c) 2020-present lowlighter
```
-
-
+
+
diff --git a/.github/scripts/markdown_example.mjs b/.github/scripts/markdown_example.mjs
index e70de343..5f1c8246 100644
--- a/.github/scripts/markdown_example.mjs
+++ b/.github/scripts/markdown_example.mjs
@@ -12,7 +12,7 @@ const page = await browser.newPage()
//Select markdown example and take screenshoot
await page.setViewport({width:600, height:600})
-await page.goto("https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.md")
+await page.goto("https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.md")
const clip = await page.evaluate(() => {
const {x, y, width, height} = document.querySelector("#readme").getBoundingClientRect()
return {x, y, width, height}
diff --git a/README.md b/README.md
index ffae1a0a..554224fd 100644
--- a/README.md
+++ b/README.md
@@ -11,11 +11,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -30,15 +30,15 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
- Full year calendar
- Half year calendar
+ Full year calendar
+ Half year calendar
|
- Indepth analysis (clone and analyze repositories)
- Recently used (analyze recent activity events)
- Default algorithm
- Default algorithm (with details)
+ Indepth analysis (clone and analyze repositories)
+ Recently used (analyze recent activity events)
+ Default algorithm
+ Default algorithm (with details)
|
@@ -49,15 +49,15 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
With icons
-
+
With labels
-
+
|
-
+
|
@@ -68,19 +68,19 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
Permissions, limitations and conditions
-
+
Licenses overview
-
+
|
Recent activity charts
-
+
Midly interesting facts
-
+
|
@@ -92,22 +92,22 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
By contribution types
-
+
By number of contributions
-
+
|
Indepth analysis
-
+
Created on an user's repositories
-
+
Created by an user
-
+
|
@@ -118,15 +118,15 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
Related to an user
-
+
Related to a repository
-
+
|
@@ -137,11 +137,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -151,11 +151,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -166,19 +166,19 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
Compact display
-
+
Detailed display
-
+
|
Indepth analysis
-
+
Contributions in organizations only
-
+
|
@@ -189,11 +189,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -203,11 +203,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -216,11 +216,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -231,19 +231,19 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
For an user or an organization
-
+
For a repository
-
+
|
GitHub sponsors card
-
+
GitHub sponsors full introduction
-
+
|
@@ -254,11 +254,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -269,22 +269,22 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
PageSpeed scores
-
+
PageSpeed scores with detailed report
-
+
PageSpeed scores with a website screenshot
-
+
|
Random tracks from a playlist
-
+
Recently listened
-
+
|
@@ -295,18 +295,18 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
For anime watchers
-
+
For manga readers
-
+
Favorites characters
-
+
|
@@ -318,19 +318,19 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
Latest tweets
-
+
Latest tweets with attachments
-
+
|
Latest posts
-
+
Latest posts width description and cover image
-
+
|
@@ -341,11 +341,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -355,7 +355,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
![]() |
@@ -377,11 +377,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -391,11 +391,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
-
+
|
-
+
|
@@ -542,7 +542,7 @@ MIT License
Copyright (c) 2020-present lowlighter
```
-
-
+
+
diff --git a/source/plugins/achievements/README.md b/source/plugins/achievements/README.md
index 0b7496d9..c22d3f3e 100644
--- a/source/plugins/achievements/README.md
+++ b/source/plugins/achievements/README.md
@@ -5,10 +5,10 @@ The *achievements* plugin displays several highlights about what you achieved on
Compact display
-
+
Detailed display
-
+
|
diff --git a/source/plugins/activity/README.md b/source/plugins/activity/README.md
index 571dddfa..71e65dab 100644
--- a/source/plugins/activity/README.md
+++ b/source/plugins/activity/README.md
@@ -4,7 +4,7 @@ The *activity* plugin displays your recent activity on GitHub.
diff --git a/source/plugins/anilist/README.md b/source/plugins/anilist/README.md
index fa24b695..87cbd369 100644
--- a/source/plugins/anilist/README.md
+++ b/source/plugins/anilist/README.md
@@ -5,13 +5,13 @@ The *anilist* plugin lets you display your favorites animes, mangas and characte
For anime watchers
-
+
For manga readers
-
+
Favorites characters
-
+
|
diff --git a/source/plugins/base/README.md b/source/plugins/base/README.md
index 6342d7f5..04ac732a 100644
--- a/source/plugins/base/README.md
+++ b/source/plugins/base/README.md
@@ -5,11 +5,11 @@ The *base* content is all metrics enabled by default.
-
+
|
-
+
|
diff --git a/source/plugins/code/README.md b/source/plugins/code/README.md
index b6d56a63..f658d4c5 100644
--- a/source/plugins/code/README.md
+++ b/source/plugins/code/README.md
@@ -6,7 +6,7 @@ Display a random code snippet from your recent activity history.
diff --git a/source/plugins/contributors/README.md b/source/plugins/contributors/README.md
index abf80018..30fc97f7 100644
--- a/source/plugins/contributors/README.md
+++ b/source/plugins/contributors/README.md
@@ -7,10 +7,10 @@ It's especially useful to acknowledge contributors on release notes.
By contribution types
-
+
By number of contributions
-
+
|
diff --git a/source/plugins/discussions/README.md b/source/plugins/discussions/README.md
index 96f4b1e6..3f70b317 100644
--- a/source/plugins/discussions/README.md
+++ b/source/plugins/discussions/README.md
@@ -4,7 +4,7 @@ The *discussions* plugin displays your GitHub discussions metrics.
diff --git a/source/plugins/followup/README.md b/source/plugins/followup/README.md
index 20d747ba..07607764 100644
--- a/source/plugins/followup/README.md
+++ b/source/plugins/followup/README.md
@@ -5,13 +5,13 @@ The *followup* plugin displays the ratio of open/closed issues and the ratio of
Indepth analysis
-
+
Created on an user's repositories
-
+
Created by an user
-
+
|
diff --git a/source/plugins/gists/README.md b/source/plugins/gists/README.md
index b950b112..21e083bd 100644
--- a/source/plugins/gists/README.md
+++ b/source/plugins/gists/README.md
@@ -4,7 +4,7 @@ The *gists* plugin displays your [gists](https://gist.github.com) metrics.
diff --git a/source/plugins/habits/README.md b/source/plugins/habits/README.md
index bdc95702..6fd610a7 100644
--- a/source/plugins/habits/README.md
+++ b/source/plugins/habits/README.md
@@ -5,10 +5,10 @@ The coding *habits* plugin display metrics based on your recent activity, such a
Recent activity charts
-
+
Midly interesting facts
-
+
|
diff --git a/source/plugins/introduction/README.md b/source/plugins/introduction/README.md
index ef30df1f..d3eabaeb 100644
--- a/source/plugins/introduction/README.md
+++ b/source/plugins/introduction/README.md
@@ -6,10 +6,10 @@ It is mostly intended for metrics used outside of GitHub, since these informatio
For an user or an organization
-
+
For a repository
-
+
|
diff --git a/source/plugins/isocalendar/README.md b/source/plugins/isocalendar/README.md
index 5202a3df..88217079 100644
--- a/source/plugins/isocalendar/README.md
+++ b/source/plugins/isocalendar/README.md
@@ -14,8 +14,8 @@
- Full year calendar
- Half year calendar
+ Full year calendar
+ Half year calendar
|
diff --git a/source/plugins/isocalendar/metadata.yml b/source/plugins/isocalendar/metadata.yml
index e80b3e8c..3eb3c43a 100644
--- a/source/plugins/isocalendar/metadata.yml
+++ b/source/plugins/isocalendar/metadata.yml
@@ -2,8 +2,8 @@ name: "📅 Isometric commit calendar"
category: github
description: This plugin displays an isometric view of your commit calendar along with a few additional statistics like current streak and average number of commit per day.
examples:
- +full year calendar: https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.fullyear.svg
- half year calendar: https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.svg
+ +full year calendar: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.isocalendar.fullyear.svg
+ half year calendar: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.isocalendar.svg
index: 0
supports:
- user
diff --git a/source/plugins/languages/README.md b/source/plugins/languages/README.md
index 51a1f827..f46c96bb 100644
--- a/source/plugins/languages/README.md
+++ b/source/plugins/languages/README.md
@@ -14,10 +14,10 @@
- Indepth analysis (clone and analyze repositories)
- Recently used (analyze recent activity events)
- Default algorithm
- Default algorithm (with details)
+ Indepth analysis (clone and analyze repositories)
+ Recently used (analyze recent activity events)
+ Default algorithm
+ Default algorithm (with details)
|
diff --git a/source/plugins/languages/metadata.yml b/source/plugins/languages/metadata.yml
index 181a2c91..09cb6587 100644
--- a/source/plugins/languages/metadata.yml
+++ b/source/plugins/languages/metadata.yml
@@ -2,10 +2,10 @@ name: "🈷️ Most used languages"
category: github
description: This plugin can display which languages you use across all repositories you contributed to.
examples:
- +indepth analysis (clone and analyze repositories): https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.indepth.svg
- +recently used (analyze recent activity events): https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.recent.svg
- default algorithm: https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.svg
- default algorithm (with details): https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.details.svg
+ +indepth analysis (clone and analyze repositories): https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.languages.indepth.svg
+ +recently used (analyze recent activity events): https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.languages.recent.svg
+ default algorithm: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.languages.svg
+ default algorithm (with details): https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.languages.details.svg
index: 1
supports:
- user
diff --git a/source/plugins/licenses/README.md b/source/plugins/licenses/README.md
index efac1a6e..1a70e263 100644
--- a/source/plugins/licenses/README.md
+++ b/source/plugins/licenses/README.md
@@ -11,10 +11,10 @@ The *licenses* plugin lets you display license informations like permissions, li
Permissions, limitations and conditions
-
+
Licenses overview
-
+
|
diff --git a/source/plugins/lines/README.md b/source/plugins/lines/README.md
index 05dcd86f..feabcab6 100644
--- a/source/plugins/lines/README.md
+++ b/source/plugins/lines/README.md
@@ -4,7 +4,7 @@ The *lines* of code plugin displays the number of lines of code you have added a
diff --git a/source/plugins/music/README.md b/source/plugins/music/README.md
index 5f621f2c..2781311f 100644
--- a/source/plugins/music/README.md
+++ b/source/plugins/music/README.md
@@ -5,10 +5,10 @@ The *music* plugin lets you display :
Random tracks from a playlist
-
+
Recently listened
-
+
|
diff --git a/source/plugins/notable/README.md b/source/plugins/notable/README.md
index 527647a6..c8ff86a0 100644
--- a/source/plugins/notable/README.md
+++ b/source/plugins/notable/README.md
@@ -5,10 +5,10 @@ The *notable* plugin displays badges of organization where you commited at least
Indepth analysis
-
+
Contributions in organizations only
-
+
|
diff --git a/source/plugins/pagespeed/README.md b/source/plugins/pagespeed/README.md
index ac7b303c..311158b5 100644
--- a/source/plugins/pagespeed/README.md
+++ b/source/plugins/pagespeed/README.md
@@ -6,13 +6,13 @@ The *pagespeed* plugin adds the performance statistics of the website attached o
PageSpeed scores
-
+
PageSpeed scores with detailed report
-
+
PageSpeed scores with a website screenshot
-
+
|
diff --git a/source/plugins/people/README.md b/source/plugins/people/README.md
index 3ab91ae4..f6829cb5 100644
--- a/source/plugins/people/README.md
+++ b/source/plugins/people/README.md
@@ -6,10 +6,10 @@ In repository mode, it's possible to display sponsors, stargazers, watchers.
Related to an user
-
+
Related to a repository
-
+
|
diff --git a/source/plugins/posts/README.md b/source/plugins/posts/README.md
index 476dc0db..df899d4f 100644
--- a/source/plugins/posts/README.md
+++ b/source/plugins/posts/README.md
@@ -5,10 +5,10 @@ The recent *posts* plugin displays recent articles you wrote on an external sour
Latest posts
-
+
Latest posts width description and cover image
-
+
|
diff --git a/source/plugins/projects/README.md b/source/plugins/projects/README.md
index e7faa282..a31a4ebf 100644
--- a/source/plugins/projects/README.md
+++ b/source/plugins/projects/README.md
@@ -6,7 +6,7 @@ The *projects* plugin displays the progress of your profile projects.
diff --git a/source/plugins/reactions/README.md b/source/plugins/reactions/README.md
index eac228e5..9e04781c 100644
--- a/source/plugins/reactions/README.md
+++ b/source/plugins/reactions/README.md
@@ -4,7 +4,7 @@ The *reactions* plugin displays overall reactions on your recent issues and issu
diff --git a/source/plugins/repositories/README.md b/source/plugins/repositories/README.md
index 289511ae..6d563042 100644
--- a/source/plugins/repositories/README.md
+++ b/source/plugins/repositories/README.md
@@ -4,7 +4,7 @@ The *repositories* plugin can display a list of chosen featured repositories.
diff --git a/source/plugins/rss/README.md b/source/plugins/rss/README.md
index 985e6315..fda4ad47 100644
--- a/source/plugins/rss/README.md
+++ b/source/plugins/rss/README.md
@@ -4,7 +4,7 @@ The *rss* plugin displays items from a specified RSS feed.
diff --git a/source/plugins/screenshot/README.md b/source/plugins/screenshot/README.md
index 8007a310..f0ed9c36 100644
--- a/source/plugins/screenshot/README.md
+++ b/source/plugins/screenshot/README.md
@@ -5,7 +5,7 @@ It can be restricted with a [CSS selector](https://developer.mozilla.org/en-US/d
diff --git a/source/plugins/skyline/README.md b/source/plugins/skyline/README.md
index 61affd99..ab58c421 100644
--- a/source/plugins/skyline/README.md
+++ b/source/plugins/skyline/README.md
@@ -6,7 +6,7 @@ The *skyline* plugin lets you display your 3D commits calendar from [skyline.git
diff --git a/source/plugins/sponsors/README.md b/source/plugins/sponsors/README.md
index 4343168a..dc696778 100644
--- a/source/plugins/sponsors/README.md
+++ b/source/plugins/sponsors/README.md
@@ -5,10 +5,10 @@ The *sponsors* plugin lets you display your sponsors and introduction text from
GitHub sponsors card
-
+
GitHub sponsors full introduction
-
+
|
diff --git a/source/plugins/stackoverflow/README.md b/source/plugins/stackoverflow/README.md
index 28b90eda..908362a2 100644
--- a/source/plugins/stackoverflow/README.md
+++ b/source/plugins/stackoverflow/README.md
@@ -4,7 +4,7 @@ The *stackoverflow* plugin lets you display your metrics, questions and answer f
diff --git a/source/plugins/stargazers/README.md b/source/plugins/stargazers/README.md
index feace2e5..3e4f52d8 100644
--- a/source/plugins/stargazers/README.md
+++ b/source/plugins/stargazers/README.md
@@ -4,7 +4,7 @@ The *stargazers* plugin displays your stargazers evolution across all of your re
diff --git a/source/plugins/starlists/README.md b/source/plugins/starlists/README.md
index e1204f85..62189d30 100644
--- a/source/plugins/starlists/README.md
+++ b/source/plugins/starlists/README.md
@@ -4,7 +4,7 @@ The *starlists* plugin displays your recently star lists.
diff --git a/source/plugins/stars/README.md b/source/plugins/stars/README.md
index 6f766c37..5c72a3a4 100644
--- a/source/plugins/stars/README.md
+++ b/source/plugins/stars/README.md
@@ -4,7 +4,7 @@ The *stars* plugin displays your recently starred repositories.
diff --git a/source/plugins/stock/README.md b/source/plugins/stock/README.md
index 4a19e346..1f537d2f 100644
--- a/source/plugins/stock/README.md
+++ b/source/plugins/stock/README.md
@@ -4,7 +4,7 @@ The *stock* plugin lets you display the stock market price of a given company.
diff --git a/source/plugins/support/README.md b/source/plugins/support/README.md
index fe8ae1f7..6933d5a5 100644
--- a/source/plugins/support/README.md
+++ b/source/plugins/support/README.md
@@ -4,7 +4,7 @@ The *support* plugin lets you display your statistics from [GitHub Support Commu
diff --git a/source/plugins/topics/README.md b/source/plugins/topics/README.md
index 7d172e2d..4955d62c 100644
--- a/source/plugins/topics/README.md
+++ b/source/plugins/topics/README.md
@@ -6,10 +6,10 @@ Check out [GitHub topics](https://github.com/topics) to search interesting topic
With icons
-
+
With labels
-
+
|
diff --git a/source/plugins/traffic/README.md b/source/plugins/traffic/README.md
index ac1cb899..ab58bbd3 100644
--- a/source/plugins/traffic/README.md
+++ b/source/plugins/traffic/README.md
@@ -6,7 +6,7 @@ The repositories *traffic* plugin displays the number of page views across your
-
+
|
diff --git a/source/plugins/tweets/README.md b/source/plugins/tweets/README.md
index 1d1fc7ac..8aeeffc4 100644
--- a/source/plugins/tweets/README.md
+++ b/source/plugins/tweets/README.md
@@ -5,10 +5,10 @@ The recent *tweets* plugin displays your latest tweets from your [Twitter](https
Latest tweets
-
+
Latest tweets with attachments
-
+
|
diff --git a/source/plugins/wakatime/README.md b/source/plugins/wakatime/README.md
index 31b27961..3afe07e5 100644
--- a/source/plugins/wakatime/README.md
+++ b/source/plugins/wakatime/README.md
@@ -4,7 +4,7 @@ The *wakatime* plugin displays statistics from your [WakaTime](https://wakatime.
diff --git a/source/templates/classic/README.md b/source/templates/classic/README.md
index a9a86bc9..0bc78636 100644
--- a/source/templates/classic/README.md
+++ b/source/templates/classic/README.md
@@ -14,7 +14,7 @@
-
+
|
diff --git a/source/templates/classic/metadata.yml b/source/templates/classic/metadata.yml
index a2c28904..5f258c6e 100644
--- a/source/templates/classic/metadata.yml
+++ b/source/templates/classic/metadata.yml
@@ -3,7 +3,7 @@ description: |
A template mimicking GitHub visual identity.
This is also the default template.
examples:
- default: https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg
+ default: https://github.com/lowlighter/metrics/blob/examples/metrics.classic.svg
index: 0
supports:
- user
diff --git a/source/templates/community/README.md b/source/templates/community/README.md
index 5918ea5d..e9bb105f 100644
--- a/source/templates/community/README.md
+++ b/source/templates/community/README.md
@@ -3,7 +3,7 @@
| A template capable of rendering markdown from a given template file. |
-
+
|
diff --git a/source/templates/markdown/README.md b/source/templates/markdown/README.md
index e88a1128..c2f095c4 100644
--- a/source/templates/markdown/README.md
+++ b/source/templates/markdown/README.md
@@ -14,7 +14,7 @@
-
+
|
@@ -124,7 +124,7 @@ The `embed()` function takes two arguments:
<%- await embed(`example-languages-pdf`, {languages:true, languages_details:"percentage, bytes-size", config_display:"large"}) %>
```
-
+
> 💡 The `plugin_` prefix can be dropped for convenience
diff --git a/source/templates/markdown/example.md b/source/templates/markdown/example.md
index c2c15d28..1169aec3 100644
--- a/source/templates/markdown/example.md
+++ b/source/templates/markdown/example.md
@@ -1,6 +1,6 @@
# 📒 Markdown template example
-See [rendering of this file here](https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.full.md) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md).
+See [rendering of this file here](https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.full.md) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md).
## 🧩 Plugins with markdown version
diff --git a/source/templates/markdown/example.pdf.md b/source/templates/markdown/example.pdf.md
index 2f8f80e9..3c2154dc 100644
--- a/source/templates/markdown/example.pdf.md
+++ b/source/templates/markdown/example.pdf.md
@@ -1,6 +1,6 @@
# 📒 Markdown template example (pdf)
-See [rendering of this file here](https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.pdf) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.pdf.md).
+See [rendering of this file here](https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.pdf) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.pdf.md).
## 🧩 Plugins
diff --git a/source/templates/markdown/metadata.yml b/source/templates/markdown/metadata.yml
index 9521e359..68d4125d 100644
--- a/source/templates/markdown/metadata.yml
+++ b/source/templates/markdown/metadata.yml
@@ -1,7 +1,7 @@
name: "📒 Markdown template"
description: A template capable of rendering markdown from a given template file.
examples:
- default: https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.png
+ default: https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.png
index: 3
supports:
- user
diff --git a/source/templates/repository/README.md b/source/templates/repository/README.md
index 2c5a33d6..4c832c58 100644
--- a/source/templates/repository/README.md
+++ b/source/templates/repository/README.md
@@ -14,7 +14,7 @@
-
+
|
diff --git a/source/templates/repository/metadata.yml b/source/templates/repository/metadata.yml
index 32fe6e94..fc67c209 100644
--- a/source/templates/repository/metadata.yml
+++ b/source/templates/repository/metadata.yml
@@ -1,7 +1,7 @@
name: "📘 Repository template"
description: A template mimicking GitHub visual identity and specially crafted for repositories.
examples:
- default: https://github.com/lowlighter/lowlighter/blob/master/metrics.repository.svg
+ default: https://github.com/lowlighter/metrics/blob/examples/metrics.repository.svg
index: 1
supports:
- repository
diff --git a/source/templates/terminal/README.md b/source/templates/terminal/README.md
index 12f3ade8..a21854f3 100644
--- a/source/templates/terminal/README.md
+++ b/source/templates/terminal/README.md
@@ -14,7 +14,7 @@
-
+
|
diff --git a/source/templates/terminal/metadata.yml b/source/templates/terminal/metadata.yml
index 2e9f4746..624afa96 100644
--- a/source/templates/terminal/metadata.yml
+++ b/source/templates/terminal/metadata.yml
@@ -1,7 +1,7 @@
name: "📙 Terminal template"
description: A template mimicking a SSH session.
examples:
- default: https://github.com/lowlighter/lowlighter/blob/master/metrics.terminal.svg
+ default: https://github.com/lowlighter/metrics/blob/examples/metrics.terminal.svg
index: 2
supports:
- user