Update README.md

This commit is contained in:
Guru Sabarish
2021-06-14 01:27:39 +05:30
committed by GitHub
parent 9ef2450335
commit dc4988ce80
+17 -40
View File
@@ -5,32 +5,33 @@
A high performance hugo theme for personal portfolio and blog
[![LICENSE](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE)
[![lighthouse score](https://img.shields.io/static/v1?label=Lighthouse%20Score&message=Good&color=green)](https://hugo-profile.netlify.app/)
[![Twitter](https://img.shields.io/twitter/url?label=Tweet&style=social&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile)
[![GitHub forks](https://img.shields.io/github/forks/gurusabarish/hugo-profile?style=plastic)](https://github.com/gurusabarish/hugo-profile/network)
[![GitHub stars](https://img.shields.io/github/stars/gurusabarish/hugo-profile?style=plastic)](https://github.com/gurusabarish/hugo-profile/stargazers)
[![Netlify Status](https://api.netlify.com/api/v1/badges/5c1dcb34-cada-4c80-82b7-cfdbdbd7c774/deploy-status)](https://app.netlify.com/sites/hugo-profile/deploys)
![Repository Size](https://img.shields.io/github/repo-size/gurusabarish/hugo-profile)
![Lines of Codes](https://img.shields.io/tokei/lines/github/gurusabarish/hugo-profile)
![Contributor](https://img.shields.io/github/contributors/gurusabarish/hugo-profile)
![Latest Release](https://img.shields.io/github/v/release/gurusabarish/hugo-profile?include_prereleases)
![Last Commit](https://img.shields.io/github/last-commit/gurusabarish/hugo-profile)
![Open Issues](https://img.shields.io/github/issues/gurusabarish/hugo-profile?color=important)
![Open Pull Requests](https://img.shields.io/github/issues-pr/gurusabarish/hugo-profile?color=yellowgreen)
![License](https://img.shields.io/github/license/gurusabarish/hugo-profile)
</div>
## Queries
- If you have any queries or bugs, feel free to open an issue in [github](https://github.com/gurusabarish/hugo-profile/issues)
## Demos
## Performance of the website (100)
- [Lighthouse performance (100)](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fhugo-profile.netlify.app%2F)
- [Google pagespeed insights (100)](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fhugo-profile.netlify.app%2F&tab=desktop)
### [Demo Site](https://hugo-profile.netlify.app)
### [Demo Site V3(latest)](https://profile.gurusabarish.tech)
### [Demo Site V2](https://v2.profile.gurusabarish.tech)
### [Demo Site V1](https://v1.profile.gurusabarish.tech)
*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.
> Open an issue and give your feedback and feature requests. It will help us to make the better version.
## Requirements
@@ -59,30 +60,6 @@ git clone https://github.com/gurusabarish/hugo-profile.git
<b>Go to the config file and add the line after titile ```theme: "hugo-profile"``` </b>
## Configuration
Configure your `config.yaml` file of your site as [here](https://github.com/gurusabarish/hugo-profile/blob/master/netlifysite/config.yaml)
## Archetypes support
```
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
author: ""
tags:
bg_image: ""
description: ""
toc:
---
```
## Version 1
- [demo](https://hugo-profile-v1.netlify.app)
- [view](https://github.com/gurusabarish/hugo-profile/tree/V1.20)
- [download V1](https://github.com/gurusabarish/hugo-profile/archive/V1.20.zip)
## Contributing