hugo-profile theme
@@ -1,56 +0,0 @@
|
||||
projects:
|
||||
|
||||
- title: = "Project 1"
|
||||
image: "/images/project.png"
|
||||
description: "this is your description"
|
||||
|
||||
- title: "Project 1"
|
||||
image: "/images/project.png"
|
||||
description: "this is your description"
|
||||
|
||||
baseURL: "https://hugo-blog0.netlify.app/"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo-blog"
|
||||
|
||||
params:
|
||||
favicon: "/images/hugo.png"
|
||||
description: "Portfolio and personal blog of gurusabarish"
|
||||
|
||||
# Home
|
||||
name: "Gurusabarish"
|
||||
profile: "/images/avatar-370-456322.webp"
|
||||
github: "https://github.com/gurusabarish"
|
||||
linkedin: "https://linkedin.com/in/gurusabarish"
|
||||
twitter: "https://twitter.com/gurusabarishh"
|
||||
instagram: "https://instagram.com/gurusabarishh"
|
||||
|
||||
# Do things { Please change the svg icons width="3em" height="3em" }
|
||||
thing1: "Python"
|
||||
thing2: "Machine learning"
|
||||
thing3: "Build things for web"
|
||||
thing1_des: "I build something beautiful using python."
|
||||
thing2_des: "I train robust models for various tasks."
|
||||
thing3_des: "I love to build things for web."
|
||||
|
||||
# About
|
||||
profile_image: "/images/gurusabarish.jpg"
|
||||
jop: "Web developer"
|
||||
jops_about: "web developer and ML engineer"
|
||||
resume: ""
|
||||
|
||||
|
||||
|
||||
|
||||
# Navbar Menus
|
||||
menu.main:
|
||||
name: "Blog"
|
||||
url: "blog"
|
||||
|
||||
Author:
|
||||
name: "Gurusabarish"
|
||||
website: "https://github.com/gurusabarish"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
baseURL: "https://hugo-blog0.netlify.app/"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo-blog"
|
||||
|
||||
theme: "hugo-profile"
|
||||
|
||||
|
||||
|
||||
@@ -37,13 +37,10 @@ params:
|
||||
resume: ""
|
||||
|
||||
projects:
|
||||
- title: "Project 1"
|
||||
- title: "Project name"
|
||||
image: "/images/project.png"
|
||||
description: "this is your description"
|
||||
|
||||
- title: "Project 1"
|
||||
image: "/images/project.png"
|
||||
description: "this is your description"
|
||||
description: "This is your description"
|
||||
url: "https://github.com"
|
||||
|
||||
|
||||
Author:
|
||||
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 656 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 95 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 64 KiB |
@@ -5,11 +5,12 @@
|
||||
<div class="container p-2">
|
||||
{{ range .Site.Params.projects }}
|
||||
<div class="card mb-3">
|
||||
<img class="card-img-top" src="{{ .image }}" alt="Card image cap">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">{{ .title }}</h5>
|
||||
<img class="card-img-top" src="{{ .image }}" alt="{{ .title }}">
|
||||
<div class="card-body text-center">
|
||||
<h4 class="card-title">{{ .title }}</h4>
|
||||
<p class="card-text">{{ .description }}</p>
|
||||
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
|
||||
<p class="card-text"></p>
|
||||
<a href="{{ .url }}" target="_blank" class="btn btn-primary">Details</a>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
name = "hugo-profile"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE"
|
||||
description = "A simple hugo theme for personal portfolio"
|
||||
homepage = "https://hugo-profile.netlify.com"
|
||||
tags = ["Responsive","Blog", "Portfolio"]
|
||||
features = []
|
||||
min_version = "0.68.0"
|
||||
|
||||
[author]
|
||||
name = "Gurusabarish"
|
||||
homepage = "https://github.com/gurusabarish"
|
||||