Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ca269b37bf | |||
| c91f4b5a21 | |||
| 5224fc0efb |
@@ -1,7 +1,14 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
# hugo-profile
|
||||
|
||||
A simple hugo theme for personal portfolio
|
||||
|
||||
[](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE)
|
||||
[](https://hugo-profile.netlify.app/)
|
||||
</div>
|
||||
|
||||
## Performance of the website by web.dev
|
||||
[check the performance of website](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fhugo-profile.netlify.app%2F)
|
||||
## Demo
|
||||
|
||||
@@ -3,7 +3,7 @@ languageCode: "en-us"
|
||||
title: "Hugo-profile"
|
||||
theme: "hugo-profile"
|
||||
|
||||
googleanalytics: UA-xxxxxxxxx-x
|
||||
googleanalytics: UA-xxxxxxxx-x
|
||||
disqusShortname: yourdiscussshortname
|
||||
Paginate: 3
|
||||
|
||||
@@ -35,7 +35,7 @@ params:
|
||||
|
||||
# Home
|
||||
name: "Gurusabarish"
|
||||
profile: "/images/avatar-370-456322.webp"
|
||||
profile: "/images/avatar.webp"
|
||||
github: "https://github.com/gurusabarish"
|
||||
linkedin: "https://linkedin.com/in/gurusabarish"
|
||||
twitter: "https://twitter.com/gurusabarishh"
|
||||
@@ -53,7 +53,7 @@ params:
|
||||
thing3_des: "I love to build things for web."
|
||||
|
||||
# About
|
||||
profile_image: "/images/gurusabarish.jpg"
|
||||
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."
|
||||
@@ -63,7 +63,7 @@ params:
|
||||
#projects
|
||||
projects:
|
||||
- title: "Project name"
|
||||
image: "/images/project-preview.jpg"
|
||||
image: "/images/project.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Secoundary link"
|
||||
@@ -71,7 +71,7 @@ params:
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/project-preview.jpg"
|
||||
image: "/images/performance.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Secoundary link"
|
||||
@@ -79,7 +79,7 @@ params:
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/project-preview.jpg"
|
||||
image: "/images/project.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Secoundary link"
|
||||
@@ -87,7 +87,7 @@ params:
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/project-preview.jpg"
|
||||
image: "/images/performance.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Secoundary link"
|
||||
@@ -95,7 +95,7 @@ params:
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/project-preview.jpg"
|
||||
image: "/images/project.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Secoundary link"
|
||||
@@ -103,7 +103,7 @@ params:
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/project-preview.jpg"
|
||||
image: "/images/performance.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Secoundary link"
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 59 KiB |
@@ -10,7 +10,7 @@
|
||||
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&display=swap" rel="stylesheet">
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{- partial "head.html" . -}}
|
||||
{{- partial "head.html" . -}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -26,4 +26,4 @@
|
||||
{{- partial "scripts.html" . -}}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
@@ -2,8 +2,8 @@
|
||||
{{ $backimg:= "images/guru.svg" }}
|
||||
|
||||
{{ if .Site.Params.custombackground }}
|
||||
{{ $backgroundImage = .Site.Params.background }}
|
||||
{{ $backimg = .Site.Params.backimg }}
|
||||
{{ $backgroundImage = .Site.Params.background }}
|
||||
{{ $backimg = .Site.Params.backimg }}
|
||||
{{ end }}
|
||||
|
||||
<section>
|
||||
@@ -25,11 +25,13 @@
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#about" aria-label="about">About</a>
|
||||
</li>
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#projects" aria-label="projects">Projects</a>
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#projects"
|
||||
aria-label="projects">Projects</a>
|
||||
</li>
|
||||
{{ if .Site.Params.contact }}
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#contact" aria-label="contact">Contact</a>
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#contact"
|
||||
aria-label="contact">Contact</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
@@ -102,7 +104,8 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 home-content d-none d-md-block" style="background-image: url('{{ $backimg | absURL }}');"></div>
|
||||
<div class="col-lg-3 home-content d-none d-md-block"
|
||||
style="background-image: url('{{ $backimg | absURL }}');"></div>
|
||||
</div>
|
||||
<div class="row know-more ">
|
||||
<div class="container p-3 rounded text-center">
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
/* Projects */
|
||||
.projects {
|
||||
height: auto;
|
||||
background-color: #A89C94FF;
|
||||
background-color: #bd8338;
|
||||
}
|
||||
|
||||
.project-heading {
|
||||
@@ -199,4 +199,4 @@
|
||||
.contact-head {
|
||||
font-family: 'Alata', sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 9.7 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 129 KiB |
|
Before Width: | Height: | Size: 59 KiB |
@@ -3,7 +3,7 @@ license = "MIT"
|
||||
licenselink = "https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE"
|
||||
description = "A high performance hugo theme for personal portfolio"
|
||||
homepage = "https://hugo-profile.netlify.com"
|
||||
tags = ["Responsive","Blog", "Portfolio", "Personal website"]
|
||||
tags = ["Responsive","Blog", "Portfolio", "Personal", "Minimal", "Clean", "Fast", "Single page", "Seo", "Google analytics"]
|
||||
features = ["Highly customizable"]
|
||||
min_version = "0.68.0"
|
||||
|
||||
|
||||