2.5 KiB
2.5 KiB
Queries
- If you have any queries or bugs, feel free to open an issue in github
Performance of the website (100)
Demo Site
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 template in footer
Features
- High performance
- Minimalist Design
- Fully Responsive
- Google Analytics Support
- Disqus Comment Support
Open an issue and give some feedbacks, feature requests. It will help us to make the better version.
Requirements
- Hugo Version 0.68.0 or higher
Installation
-
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"
Configuration
Configure your config.yaml file of your site as here:
Archetypes support
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
github_link: "https://github.com/gurusabarish/hugo-profile"
author: ""
tags:
-
bg_image: ""
description: ""
---
Version 1
Contributing
Contributers are always welcome ❤️