github pages setup
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
</h5>
|
</h5>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<a class="text-decoration-none" href="{{ .Permalink }}">
|
<a class="text-decoration-none" href="{{ .RelPermalink }}">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">{{ .Title }}</div>
|
<div class="text-xs font-weight-bold text-primary text-uppercase mb-1">{{ .Title }}</div>
|
||||||
{{ if .Site.Params.showdescription }}
|
{{ if .Site.Params.showdescription }}
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||||
</div>
|
</div>
|
||||||
© {{ dateFormat "2006" now }} All Rights Reserved<br>
|
© {{ dateFormat "2006" now }} All Rights Reserved<br>
|
||||||
Designed and Developed by
|
<div>
|
||||||
|
Made with ❤ and
|
||||||
|
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank">Hugo profile</a>
|
||||||
|
| Designed and Developed by
|
||||||
<a href="https://gurusabarish.tech" target="_blank">Gurusabarish</a>
|
<a href="https://gurusabarish.tech" target="_blank">Gurusabarish</a>
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
@@ -131,8 +131,12 @@
|
|||||||
</div>
|
</div>
|
||||||
© {{ .Site.Params.copyright }} All Rights Reserved
|
© {{ .Site.Params.copyright }} All Rights Reserved
|
||||||
<div class="text-secondary">
|
<div class="text-secondary">
|
||||||
Designed and Developed by
|
<div>
|
||||||
<a class="text-secondary" href="https://gurusabarish.tech">Gurusabarish</a>
|
Made with ❤ and
|
||||||
|
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank">Hugo profile</a>
|
||||||
|
| Designed and Developed by
|
||||||
|
<a href="https://gurusabarish.tech" target="_blank">Gurusabarish</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -131,7 +131,7 @@
|
|||||||
</div>
|
</div>
|
||||||
© {{ dateFormat "2006" now }} All Rights Reserved
|
© {{ dateFormat "2006" now }} All Rights Reserved
|
||||||
<div>
|
<div>
|
||||||
Made with
|
Made with ❤ and
|
||||||
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank">Hugo profile</a>
|
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank">Hugo profile</a>
|
||||||
| Designed and Developed by
|
| Designed and Developed by
|
||||||
<a href="https://gurusabarish.tech" target="_blank">Gurusabarish</a>
|
<a href="https://gurusabarish.tech" target="_blank">Gurusabarish</a>
|
||||||
|
|||||||
+2
-1
@@ -1,7 +1,8 @@
|
|||||||
baseURL: "https://example.com"
|
baseURL: "https://example.com"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
title: "Hugo-profile"
|
title: "Hugo-profile"
|
||||||
theme: "hugo-profile"
|
theme: "./.."
|
||||||
|
relativeURLs: true
|
||||||
|
|
||||||
googleanalytics: UA-xxxxxxxx-x
|
googleanalytics: UA-xxxxxxxx-x
|
||||||
disqusShortname: yourdiscussshortname
|
disqusShortname: yourdiscussshortname
|
||||||
|
|||||||
+2
-1
@@ -1,7 +1,8 @@
|
|||||||
baseURL: "https://example.com"
|
baseURL: "https://example.com"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
title: "Hugo-profile"
|
title: "Hugo-profile"
|
||||||
theme: "hugo-profile"
|
theme: "./.."
|
||||||
|
relativeURLs: true
|
||||||
|
|
||||||
googleanalytics: UA-xxxxxx-x
|
googleanalytics: UA-xxxxxx-x
|
||||||
disqusShortname:
|
disqusShortname:
|
||||||
|
|||||||
Reference in New Issue
Block a user