extra colors, 404 fix and some more
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
# hugo-profile
|
||||
|
||||
A high performance hugo theme for personal portfolio and blog
|
||||
A high performance and mobile first hugo template for personal portfolio and blog
|
||||
|
||||
[](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile)
|
||||
[](https://github.com/gurusabarish/hugo-profile/network)
|
||||
[](https://github.com/gurusabarish/hugo-profile/stargazers)
|
||||
|
||||
|
||||
[](https://app.netlify.com/sites/hugo-profile/deploys)
|
||||

|
||||

|
||||
@@ -16,21 +15,28 @@ A high performance hugo theme for personal portfolio and blog
|
||||

|
||||

|
||||

|
||||
|
||||
</div>
|
||||
|
||||
## Queries
|
||||
|
||||
- If you have any queries or bugs, feel free to open an issue in [github](https://github.com/gurusabarish/hugo-profile/issues)
|
||||
|
||||
## Quick deployment
|
||||
|
||||
*Fork this repo or create your own github repo using "*use this template*" button. Edit the content inside website folder and connect your repo to netlify*
|
||||
> Please, use your google analytics after deployment
|
||||
|
||||
> Use your own google analytics
|
||||
|
||||
## Demos
|
||||
|
||||
### [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*
|
||||
_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_
|
||||
|
||||
> Open an issue and give your feedback and feature requests. It will help us to make the better version.
|
||||
|
||||
@@ -38,8 +44,6 @@ A high performance hugo theme for personal portfolio and blog
|
||||
|
||||
- Hugo Version 0.68.0 or higher
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
- [Install Hugo](https://gohugo.io/overview/installing)
|
||||
@@ -58,10 +62,12 @@ 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>
|
||||
<b>Go to the config file and add the line after titile `theme: "hugo-profile"` </b>
|
||||
|
||||
## Configuration
|
||||
|
||||
### Version 1
|
||||
|
||||
```
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
@@ -188,6 +194,7 @@ params:
|
||||
```
|
||||
|
||||
### Version 2
|
||||
|
||||
```
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
@@ -267,6 +274,7 @@ params:
|
||||
```
|
||||
|
||||
### Version 3
|
||||
|
||||
```
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
|
||||
Reference in New Issue
Block a user