Files
hugo-profile/README.md
T
gurusabarish 6cd2d85086 readme update
2021-03-16 20:07:32 +05:30

2.5 KiB

hugo-profile

A high performance hugo theme for personal portfolio and blog

LICENSE lighthouse score Netlify Status

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

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 ❤️