Gitlab
<time datetime="2023-08-30 23:48:06 -0500 CDT">Updated: August 30 2023</time>
blowfish
shortcodes
gitlab
Table of Contents
blowfish shortcodes - This article is part of a series.
Part 10: This Article
🐡 Shortcodes
(GitLab’s term for repo)
gitlab
allows you to quickly link a GitLab Project(GitLab’s term for repo)
Display stats the project, such as the number of stars and forks it has.
Unlike github
it can’t display the main programming language of a project.
Custom GitLab instace URL can be provided, as long as the api/v4/projects/
endpoint is available, making this shortcode compatible with most self-hosted / entreprise deployments.
Parameter | Description |
---|---|
projectID |
[String] gitlab numeric ProjectID |
baseURL |
[String] optional gitlab instace URL, default is https://gitlab.com/ |
gitlab.com example #
{{< gitlab projectID="278964" >}}
GitLab.org / GitLab
GitLab is an open source end-to-end software development platform with built-in version control, issue tracking, code review, CI/CD, and more. Self-host GitLab on your own servers, in a container, or on a cloud provider.
4728
9108
gitlab.wolfspyre.io example #
{{< gitlab projectID="1059" baseURL="https://gitlab.wolfspyre.io/" >}}
mirrored_repos / Remarkable / Rmfakecloud
0
0
blowfish shortcodes - This article is part of a series.
Part 10: This Article