Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuru Sabarish <gurusabarisha@gmail.com>2021-11-05 18:36:11 +0300
committerGitHub <noreply@github.com>2021-11-05 18:36:11 +0300
commit01c7caee0437835a8b506eabdeaa150be613983a (patch)
tree739e574bad098c925900f55237766776c93e2047
parentd57b67b1c3ef26f1828b09a72b864a2bb16cc69e (diff)
parent72462e7cdb70113c3adcac56fc30a6c121331c26 (diff)
Merge pull request #28 from emze9/add-gitlab-icon
add gitlab icon in V3 made by @emze9
-rw-r--r--layouts/partials/sections/v3/home.html10
-rw-r--r--website/config.yaml1
-rw-r--r--website/v3.yaml1
3 files changed, 11 insertions, 1 deletions
diff --git a/layouts/partials/sections/v3/home.html b/layouts/partials/sections/v3/home.html
index 96e3ce0..b862fdc 100644
--- a/layouts/partials/sections/v3/home.html
+++ b/layouts/partials/sections/v3/home.html
@@ -27,6 +27,13 @@
<span class="px-1"></span>
{{ end }}
+ {{ if .Site.Params.gitlab }}
+ <a href="{{ .Site.Params.gitlab }}" class="social-icon">
+ <i class="fab fa-lg fa-gitlab"></i>
+ </a>
+ <span class="px-1"></span>
+ {{ end }}
+
{{ if .Site.Params.twitter }}
<a href="{{ .Site.Params.twitter }}" class="social-icon">
<i class="fab fa-lg fa-twitter"></i>
@@ -46,6 +53,7 @@
<i class="fab fa-lg fa-facebook"></i>
</a>
{{ end }}
+
</div>
<div class="pt-4 btn-intro">
<a href="#about" class="btn-know btn btn-outline-info" data-aos="zoom-in" data-aos-offset="50"
@@ -64,4 +72,4 @@
</div>
</div>
-</div> \ No newline at end of file
+</div>
diff --git a/website/config.yaml b/website/config.yaml
index 14b7e2c..d448366 100644
--- a/website/config.yaml
+++ b/website/config.yaml
@@ -35,6 +35,7 @@ params:
namecolor: ffc107
profession: "Profession"
github: "https://github.com"
+ gitlab: "https://gitlab.com"
linkedin: "https://linkedin.com"
twitter: "https://twitter.com/"
instagram: "https://instagram.com/"
diff --git a/website/v3.yaml b/website/v3.yaml
index 9fb3830..2935bfc 100644
--- a/website/v3.yaml
+++ b/website/v3.yaml
@@ -35,6 +35,7 @@ params:
namecolor: ffc107
profession: "Profession"
github: "https://github.com"
+ gitlab: "https://gitlab.com"
linkedin: "https://linkedin.com"
twitter: "https://twitter.com/"
instagram: "https://instagram.com/"