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:
authorgurusabarish <gurusabarisha@gmail.com>2020-09-29 15:38:14 +0300
committergurusabarish <gurusabarisha@gmail.com>2020-09-29 15:38:14 +0300
commit40110a5082d34b3e9f23a384eeb5918ce03c1cc0 (patch)
tree1924113f053d024098b3e89d51e8d7424cf4724a
parente3e1117465afc13adacc30f73ab3c6076d3012d0 (diff)
parentace6b0ecff535acda6722a123b29d765dc709dfc (diff)
Merge branch 'master' of https://github.com/gurusabarish/hugo-profile
-rw-r--r--examplesite/config.yaml11
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/images/performance.pngbin0 -> 9903 bytes
3 files changed, 7 insertions, 6 deletions
diff --git a/examplesite/config.yaml b/examplesite/config.yaml
index c792f7e..8bf3117 100644
--- a/examplesite/config.yaml
+++ b/examplesite/config.yaml
@@ -15,17 +15,18 @@ params:
description: "Portfolio and personal blog of gurusabarish"
googleanalytics: ""
disqus: ""
+ copyright: "2020"
# Contact
contact: true
- action: "https://formspree.io/xzbkbvgg"
- emailname: "Gmail"
- messagename: "message"
+ action: ""
+ emailname: ""
+ messagename: ""
# Navbar Menus
customMenus:
- name: "Blog"
- Url: "blog"
+ Url: "https://example.com/blog"
# Home
name: "Gurusabarish"
@@ -89,4 +90,4 @@ params:
Author:
name: "Gurusabarish"
- website: "https://github.com/gurusabarish" \ No newline at end of file
+ website: "https://github.com/gurusabarish"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f4d3533..7f10e72 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -26,4 +26,4 @@
{{- end }}
</p>
-</footer> \ No newline at end of file
+</footer>
diff --git a/static/images/performance.png b/static/images/performance.png
new file mode 100644
index 0000000..0a7ea0b
--- /dev/null
+++ b/static/images/performance.png
Binary files differ