Update README.md
This commit is contained in:
@@ -1,89 +1,3 @@
|
||||
# hugo-profile V1 [](https://app.netlify.com/sites/hugo-profile-1/deploys)
|
||||
|
||||
<div align="center">
|
||||
|
||||
# hugo-profile
|
||||
|
||||
A high performance hugo theme for personal portfolio and blog
|
||||
|
||||
[](https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE)
|
||||
[](https://hugo-profile.netlify.app/)
|
||||
[](https://app.netlify.com/sites/hugo-profile/deploys)
|
||||
</div>
|
||||
|
||||
## Queries
|
||||
- If you have any queries or bugs, feel free to open an issue in [github](https://github.com/gurusabarish/hugo-profile/issues)
|
||||
|
||||
|
||||
## 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)
|
||||
|
||||
*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
|
||||
|
||||
- [Install Hugo](https://gohugo.io/overview/installing)
|
||||
|
||||
- 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
|
||||
```
|
||||
|
||||
<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
|
||||
|
||||
> Contributers are always welcome :heart:
|
||||
A highly customizable and mobile first Hugo template for personal portfolio and blog.
|
||||
|
||||
Reference in New Issue
Block a user