Update README.md
This commit is contained in:
@@ -12,14 +12,18 @@ A simple hugo theme for personal portfolio
|
|||||||
## Performance of the website (100)
|
## Performance of the website (100)
|
||||||
- [Lighthouse performance](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fhugo-profile.netlify.app%2F)
|
- [Lighthouse performance](https://lighthouse-dot-webdotdevsite.appspot.com//lh/html?url=https%3A%2F%2Fhugo-profile.netlify.app%2F)
|
||||||
- [Google pagespeed insights](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fhugo-profile.netlify.app%2F&tab=desktop)
|
- [Google pagespeed insights](https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fhugo-profile.netlify.app%2F&tab=desktop)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Site: [Hugo-profile](https://hugo-profile.netlify.app)
|
### Demo Site: [Hugo-profile](https://hugo-profile.netlify.app)
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
- High(100) performance
|
||||||
- Minimalist Design
|
- Minimalist Design
|
||||||
- Fully Responsive
|
- Fully Responsive
|
||||||
- Google Analytics Support
|
- Google Analytics Support
|
||||||
@@ -38,19 +42,19 @@ A simple hugo theme for personal portfolio
|
|||||||
|
|
||||||
- Create your site if you haven't already
|
- Create your site if you haven't already
|
||||||
|
|
||||||
```console
|
```
|
||||||
hugo new site my-site -f=yaml
|
hugo new site my-site -f=yaml
|
||||||
cd my-site
|
cd my-site
|
||||||
git init
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- Add the theme as git sub-module
|
- Add the theme as git clone
|
||||||
|
|
||||||
```console
|
```
|
||||||
git submodule add https://github.com/gurusabarish/hugo-profile.git themes/hugo-profile
|
cd themes
|
||||||
|
git clone https://github.com/gurusabarish/hugo-profile.git
|
||||||
```
|
```
|
||||||
|
|
||||||
>Don't use SSH URL of the theme during adding as git sub-module. Also, don't clone the theme in your `themes` directory using `git clone`. They don't work well with Github Action or Netlify.
|
<b>Go to the config file and the line after titile ```theme: "hugo-profile"``` </b>
|
||||||
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user