change domain name
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
[](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://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)
|
[](https://app.netlify.com/sites/hugo-profile/deploys)
|
||||||

|

|
||||||

|

|
||||||
@@ -18,27 +17,26 @@
|
|||||||
A high performance and mobile first hugo template for personal portfolio and blog
|
A high performance and mobile first hugo template for personal portfolio and blog
|
||||||
|
|
||||||
### Credit
|
### Credit
|
||||||
I spent a non-trivial amount of effort building this template. It's always disheartening whenever I find that someone use this template without giving me credit. Please, give me proper credit in footer.
|
|
||||||
|
|
||||||
|
I spent a non-trivial amount of effort building this template. It's always disheartening whenever I find that someone use this template without giving me credit. Please, give me proper credit in footer.
|
||||||
|
|
||||||
### Demo
|
### Demo
|
||||||
|
|
||||||
- [Live demo V1](https://v1.profile.gurusabarish.tech)
|
- [Live demo V1](https://hugo-profile-1.netlify.app)
|
||||||
- [Live demo V2](https://v2.profile.gurusabarish.tech)
|
- [Live demo V2](https://hugo-profile-2.netlify.app)
|
||||||
- [Live demo V3 (latest)](https://profile.gurusabarish.tech)
|
- [Live demo V3 (latest)](https://hugo-profile.netlify.app)
|
||||||
- [Github pages demo](https://gurusabarish.github.io/hugo-profile)
|
- [Github pages demo](https://gurusabarish.github.io/hugo-profile)
|
||||||
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Hugo Version 0.68.0 or higher
|
- Hugo Version 0.68.0 or higher
|
||||||
|
|
||||||
## How to use this template
|
## How to use this template
|
||||||
- [Hugo theme format](#Hugo-theme-format)
|
|
||||||
- [Local Development](#Local-Development)
|
|
||||||
- [Direct deployment using netlify](#Direct-deployment-using-netlify)
|
|
||||||
- [Direct deployment using Github Pages and action](#Direct-deployment-using-Github-Pages-and-action)
|
|
||||||
|
|
||||||
|
- [Hugo theme format](#Hugo-theme-format)
|
||||||
|
- [Local Development](#Local-Development)
|
||||||
|
- [Direct deployment using netlify](#Direct-deployment-using-netlify)
|
||||||
|
- [Direct deployment using Github Pages and action](#Direct-deployment-using-Github-Pages-and-action)
|
||||||
|
|
||||||
### Hugo theme format
|
### Hugo theme format
|
||||||
|
|
||||||
@@ -71,7 +69,6 @@ cd hugo-profile
|
|||||||
|
|
||||||
**[What is netlify?](https://www.netlify.com/about/)** An intuitive Git-based workflow and powerful serverless platform to build, deploy, and collaborate on web apps
|
**[What is netlify?](https://www.netlify.com/about/)** An intuitive Git-based workflow and powerful serverless platform to build, deploy, and collaborate on web apps
|
||||||
|
|
||||||
|
|
||||||
### Direct deployment using Github Pages and action
|
### Direct deployment using Github Pages and action
|
||||||
|
|
||||||
- Fork this repo or create new repo using `use this template` button. Github action will generate all files and push to demo branch. Now, you have to connect your github pages to that `demo` branch. _No need to create demo branch. Github action will take care of it_
|
- Fork this repo or create new repo using `use this template` button. Github action will generate all files and push to demo branch. Now, you have to connect your github pages to that `demo` branch. _No need to create demo branch. Github action will take care of it_
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@ license = "MIT"
|
|||||||
licenselink = "https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE"
|
licenselink = "https://github.com/gurusabarish/hugo-profile/blob/master/LICENSE"
|
||||||
description = "A high performance and mobile first hugo template for personal portfolio and blog."
|
description = "A high performance and mobile first hugo template for personal portfolio and blog."
|
||||||
homepage = "https://github.com/gurusabarish/hugo-profile"
|
homepage = "https://github.com/gurusabarish/hugo-profile"
|
||||||
demosite = "https://profile.gurusabarish.tech"
|
demosite = "https://hugo-profile.netlify.app"
|
||||||
tags = ["Responsive","Blog", "Portfolio", "Personal"]
|
tags = ["Responsive","Blog", "Portfolio", "Personal"]
|
||||||
min_version = "0.68.0"
|
min_version = "0.68.0"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
baseURL: "https://profile.gurusabarish.tech"
|
baseURL: "https://hugo-profile.netlify.app"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
title: "Hugo-profile"
|
title: "Hugo-profile"
|
||||||
theme: "./.."
|
theme: "./.."
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
baseURL: "https://profile.gurusabarish.tech"
|
baseURL: "https://hugo-profile.netlify.app"
|
||||||
languageCode: "en-us"
|
languageCode: "en-us"
|
||||||
title: "Hugo-profile"
|
title: "Hugo-profile"
|
||||||
theme: "./.."
|
theme: "./.."
|
||||||
|
|||||||
Reference in New Issue
Block a user