netlify deployment

This commit is contained in:
gurusabarish
2021-03-20 07:56:31 +05:30
parent c29489775b
commit 16685c0121
3 changed files with 8 additions and 8 deletions
+2
View File
@@ -1 +1,3 @@
/public /public
/content
/config.yaml
+6 -6
View File
@@ -3,8 +3,8 @@ languageCode: "en-us"
title: "Hugo-profile" title: "Hugo-profile"
theme: "hugo-profile" theme: "hugo-profile"
googleanalytics: UA-xxxxxxx-x googleanalytics: UA-167646412-8
disqusShortname: disqusShortname: gurusabarish
Paginate: 3 Paginate: 3
taxonomies: taxonomies:
@@ -14,13 +14,13 @@ taxonomies:
enableEmoji: true enableEmoji: true
params: params:
favicon: "/images/fav.png" 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" copyright: "2021"
# Navbar Menus # Navbar Menus
customMenus: customMenus:
- name: "Posts" - name: "Blog"
Url: "/post" Url: "/blog"
# social # social
name: "Gurusabarish" name: "Gurusabarish"
@@ -33,7 +33,7 @@ params:
# About # About
profile_image: "/images/gurusabarish.webp" 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_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 useresume: true
resume: "" resume: ""
-2
View File
@@ -1,7 +1,5 @@
body { body {
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
max-width: 100%;
overflow: hidden;
} }
a:hover { a:hover {