custom resume button name
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo-profile"
|
||||
theme: "hugo-profile"
|
||||
|
||||
googleanalytics: UA-167646412-8
|
||||
disqusShortname: gurusabarish
|
||||
@@ -34,8 +33,10 @@ params:
|
||||
profile_image: "/images/gurusabarish.webp"
|
||||
descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||
descripe_l2_person: ""
|
||||
|
||||
useresume: true
|
||||
resume: ""
|
||||
customname: ""
|
||||
resumelink: ""
|
||||
|
||||
# Things I do
|
||||
usedothings: true
|
||||
@@ -54,3 +55,5 @@ params:
|
||||
|
||||
#Description for seo. If you want to show description in your listing or single page, let's make it true
|
||||
showdescription: false
|
||||
tweet: true
|
||||
recentposts: true
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
<div class="container bg-transparent py-4">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-4 text-center order-2 order-lg-1 order-md-1">
|
||||
<div>
|
||||
<div class="pb-2">
|
||||
<a href="{{ .Site.BaseURL }}">
|
||||
<img alt="Footer logo" src="{{ .Site.Params.favicon | default " /images/favicon.png"}}"
|
||||
height="40px" width="40px">
|
||||
|
||||
@@ -29,9 +29,14 @@
|
||||
</div>
|
||||
<div class="social px-3 text-center pb-4">
|
||||
{{ if .Site.Params.useresume }}
|
||||
<a href="{{ .Site.Params.resume | default " #" }}" class="btn btn-outline-danger" role="button"
|
||||
aria-pressed="true">
|
||||
<a href="{{ .Site.Params.resumelink | default " #" }}" class="btn btn-outline-danger"
|
||||
role="button" aria-pressed="true">
|
||||
{{ if .Site.Params.customname }}
|
||||
{{ .Site.Params.customname }}
|
||||
{{ else }}
|
||||
Resume
|
||||
{{ end }}
|
||||
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user