diff --git a/LICENSE b/LICENSE index 2e20a8a..a0dbd65 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021 GetHugoThemes +Copyright (c) 2018 - Present, Themefisher Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index c87ec7b..5a271b3 100644 --- a/README.md +++ b/README.md @@ -115,12 +115,15 @@ share those images. ## Hire Us -We are available for **Hiring** for your next HUGO project. Please, check our -[services](https://gethugothemes.com/services/?ref=github) +Besides developing unique, blazing-fast Hugo themes, we also provide customized services. We specialize in creating affordable, high-quality static websites based on Hugo. + +If you need to customize the theme or complete website development from scratch, you can hire us. +Check Our +[Services](https://gethugothemes.com/services/?utm_source=dot_github&utm_medium=referral&utm_campaign=github_theme_readme) ## Premium Themes By Us -| [![Mega-Bundle-HUGO](https://demo.gethugothemes.com/thumbnails/bundle.png)](https://gethugothemes.com/bundle) | [![Agen](https://demo.gethugothemes.com/thumbnails/agen.png)](https://gethugothemes.com/products/agen/) | [![wishfund](https://demo.gethugothemes.com/thumbnails/wishfund.png)](https://gethugothemes.com/products/wishfund/) | +| [![Mega-Bundle-HUGO](https://demo.gethugothemes.com/thumbnails/bundle.png)](https://gethugothemes.com/bundle/?utm_source=dot_github&utm_medium=referral&utm_campaign=github_theme_readme) | [![Godocs](https://demo.gethugothemes.com/thumbnails/godocs.png)](https://gethugothemes.com/products/godocs/) | [![wishfund](https://demo.gethugothemes.com/thumbnails/academia.png)](https://gethugothemes.com/products/academia/) | |:---:|:---:|:---:| -| **Premium Theme Bundle (40+)** | **Agen** | **Wishfund** | +| **Get 50+ Premium Hugo Themes Bundle** | **Godocs** | **Academia** | diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 46b5be6..e82a633 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,6 +1,6 @@ ################################# Default configuration ################### # provide your domain here -baseURL = "https://examplesite.com/" +baseURL = "https://demo.gethugothemes.com/dot/examplesite/" # theme theme = "dot-hugo" # site title @@ -86,23 +86,23 @@ content = "Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor. [Languages.en.params.cta.button] enable = true label = "contact us" -link = "contact" +link = "contact/" ################## english navigation ################# [[Languages.en.menu.main]] name = "Home" -url = "/" +url = "" weight = 1 [[Languages.en.menu.main]] name = "Faq" -url = "faq" +url = "faq/" weight = 2 [[Languages.en.menu.main]] name = "contact" -url = "contact" +url = "contact/" weight = 3 # Dropdown menu @@ -114,19 +114,19 @@ hasChildren = true [[Languages.en.menu.main]] parent = "docs" name = "Installation" - url = "installation" + url = "installation/" weight = 1 [[Languages.en.menu.main]] parent = "docs" name = "Billing and Pricing" - url = "billing-pricing" + url = "billing-pricing/" weight = 2 [[Languages.en.menu.main]] parent = "docs" name = "Features" - url = "features" + url = "features/" weight = 3 @@ -153,7 +153,7 @@ content = "Contactez-nous pour plus de détails sur les services supplémentaire [Languages.fr.params.cta.button] enable = true label = "Contactez nous" -link = "contact" +link = "contact/" ################## french navigation ################# @@ -164,12 +164,12 @@ weight = 1 [[Languages.fr.menu.main]] name = "Faq" -url = "faq" +url = "faq/" weight = 2 [[Languages.fr.menu.main]] name = "contact" -url = "contact" +url = "contact/" weight = 3 # Dropdown menu @@ -181,17 +181,17 @@ hasChildren = true [[Languages.fr.menu.main]] parent = "docs" name = "Installation" - url = "installation" + url = "installation/" weight = 1 [[Languages.fr.menu.main]] parent = "docs" name = "Billing and Pricing" - url = "billing-pricing" + url = "billing-pricing/" weight = 2 [[Languages.fr.menu.main]] parent = "docs" name = "Features" - url = "features" + url = "features/" weight = 3 diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 29140ed..1819dff 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,6 +1,6 @@ - {{ .Title }} + {{ .Title | default site.Title }} {{ hugo.Generator }} @@ -52,10 +52,10 @@ - + - +