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>2021-03-20 05:26:31 +0300
committergurusabarish <gurusabarisha@gmail.com>2021-03-20 05:26:31 +0300
commit16685c012122d2e1fb1314d244ce348dff7bf749 (patch)
tree4e6bac08920641881cd331ff7e214bd0996fe5b0
parentc29489775b2bd7d3932d59fdaa0e7e6d7487fbc0 (diff)
netlify deployment
-rw-r--r--.gitignore2
-rw-r--r--exampleSite/config.yaml12
-rw-r--r--static/css/index.css2
3 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index c75eecc..193971e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
/public
+/content
+/config.yaml
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 167e830..5233cf6 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -3,8 +3,8 @@ languageCode: "en-us"
title: "Hugo-profile"
theme: "hugo-profile"
-googleanalytics: UA-xxxxxxx-x
-disqusShortname:
+googleanalytics: UA-167646412-8
+disqusShortname: gurusabarish
Paginate: 3
taxonomies:
@@ -14,13 +14,13 @@ taxonomies:
enableEmoji: true
params:
favicon: "/images/fav.png"
- description: "A high performance hugo theme for personal website. It is single page portfolio. It has blog."
+ description: "A high performance hugo theme for personal portfolio and blog."
copyright: "2021"
# Navbar Menus
customMenus:
- - name: "Posts"
- Url: "/post"
+ - name: "Blog"
+ Url: "/blog"
# social
name: "Gurusabarish"
@@ -33,7 +33,7 @@ params:
# About
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: "This is just a example for about section. You can easily change with the help of cofig file."
+ descripe_l2_person: ""
useresume: true
resume: ""
diff --git a/static/css/index.css b/static/css/index.css
index d6145f8..4c38633 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -1,7 +1,5 @@
body {
font-family: "Roboto", sans-serif;
- max-width: 100%;
- overflow: hidden;
}
a:hover {