- If you have any queries or bugs, feel free to open an issue in github
- Join our community for further updates: hugo-profile
Demo Site: Hugo-profile (100)
NOTE: If you are using this site as a template for your own portfolio and blog, I would be very glad if you add a link to the original site with my name in footer
- High(100) performance
- Minimalist Design
- Fully Responsive
- Google Analytics Support
- Disqus Comment Support
- Hugo Version 0.68.0 or higher
-
Create your site if you haven't already
hugo new site my-site -f=yaml
cd my-site
- Add the theme as git clone
cd themes
git clone https://github.com/gurusabarish/hugo-profile.git
Go to the config file and add the line after titile theme: "hugo-profile"
Configure your config.yaml
file of your site as below:
baseURL: "https://example.com"
languageCode: "en-us"
title: "Hugo-profile"
theme: "hugo-profile"
googleanalytics: UA-xxxxxxxx-x
disqusShortname: yourdisqusname
Paginate: 3
taxonomies:
tag: "tags"
category: "categories"
params:
favicon: ""
description: "A high performance hugo theme for personal website. It is single page portfolio. It has blog."
copyright: "2020"
# Navbar Menus
customMenus:
- name: "Blog"
Url: "/blog"
# social
name: "Hugo-profile"
github: "https://github.com"
linkedin: "https://linkedin.com"
twitter: "https://twitter.com"
instagram: "https://instagram.com"
facebook: "https://facebook.com"
# About
profile_image: ""
descripe_l1_person: "A high performance hugo theme for personal website and blog. It is a single page portfolio."
descripe_l2_person: "This is just a example for about section. You can easily change with the help of cofig file."
job: "Your job"
useresume: true
resume: ""
# Things I do
usedothings: true
Things:
- logo: fab fa-python
title: Python
description: I build something beautiful using Python.
- logo: fas fa-robot
title: Machine learning
description: I train robust models for various tasks.
- logo: fab fa-html5
title: Things for web
description: I love to build things for web
#blog ( Description for seo. If you want to show description in your blog post, let's make it true)
showdescription: true
Author:
name: "Gurusabarish"
website: "https://github.com/gurusabarish"
Use Yaml as config file
You can just copy the content for config.yaml
files from theme/toha/exampleSite/config.yaml
.
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
github_link: "https://github.com/gurusabarish/hugo-profile"
author: ""
tags:
-
bg_image: ""
description: ""
---
Contributers are always welcome ❤️