diff --git a/src/content/posts/markdown-extended.md b/src/content/posts/markdown-extended.md index 241e7e2..eef2b76 100644 --- a/src/content/posts/markdown-extended.md +++ b/src/content/posts/markdown-extended.md @@ -12,7 +12,7 @@ draft: false ## GitHub Repository Cards You can add dynamic cards that link to GitHub repositories, on page load, the repository information is pulled from the GitHub API. -::github{repo="Fabrizz/MMM-OnSpotify"} +::github{repo="saicaca/fuwari"} Create a GitHub repository card with the code `::github{repo="/"}`. @@ -20,6 +20,18 @@ Create a GitHub repository card with the code `::github{repo="/"}`. ::github{repo="saicaca/fuwari"} ``` +## GitLab Repository Cards + +You can also add dynamic cards that show a GitLab repository, on page load, the repository information is pulled from the GitLab API. + +::gitlab{repo="noeFly/blog"} + +Create a GitHub repository card with the code `::gitlab{repo="/"}`. + +```markdown +::gitlab{repo="noeFly/blog"} +``` + ## Admonitions Following types of admonitions are supported: `note` `tip` `important` `warning` `caution`