modified readme file

This commit is contained in:
Somrat 2022-06-01 11:15:32 +06:00
commit 1d8871d5e5
4 changed files with 26 additions and 23 deletions

View file

@ -1,6 +1,6 @@
The MIT License (MIT) 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 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 this software and associated documentation files (the "Software"), to deal in

View file

@ -115,12 +115,15 @@ share those images.
## Hire Us ## Hire Us
We are available for **Hiring** for your next HUGO project. Please, check our Besides developing unique, blazing-fast Hugo themes, we also provide customized services. We specialize in creating affordable, high-quality static websites based on Hugo.
[services](https://gethugothemes.com/services/?ref=github)
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 --> <!-- premium themes -->
## Premium Themes By Us ## 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** |

View file

@ -1,6 +1,6 @@
################################# Default configuration ################### ################################# Default configuration ###################
# provide your domain here # provide your domain here
baseURL = "https://examplesite.com/" baseURL = "https://demo.gethugothemes.com/dot/examplesite/"
# theme # theme
theme = "dot-hugo" theme = "dot-hugo"
# site title # site title
@ -86,23 +86,23 @@ content = "Musce libero nunc, dignissim quis turpis quis, semper vehicula dolor.
[Languages.en.params.cta.button] [Languages.en.params.cta.button]
enable = true enable = true
label = "contact us" label = "contact us"
link = "contact" link = "contact/"
################## english navigation ################# ################## english navigation #################
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
name = "Home" name = "Home"
url = "/" url = ""
weight = 1 weight = 1
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
name = "Faq" name = "Faq"
url = "faq" url = "faq/"
weight = 2 weight = 2
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
name = "contact" name = "contact"
url = "contact" url = "contact/"
weight = 3 weight = 3
# Dropdown menu # Dropdown menu
@ -114,19 +114,19 @@ hasChildren = true
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
parent = "docs" parent = "docs"
name = "Installation" name = "Installation"
url = "installation" url = "installation/"
weight = 1 weight = 1
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
parent = "docs" parent = "docs"
name = "Billing and Pricing" name = "Billing and Pricing"
url = "billing-pricing" url = "billing-pricing/"
weight = 2 weight = 2
[[Languages.en.menu.main]] [[Languages.en.menu.main]]
parent = "docs" parent = "docs"
name = "Features" name = "Features"
url = "features" url = "features/"
weight = 3 weight = 3
@ -153,7 +153,7 @@ content = "Contactez-nous pour plus de détails sur les services supplémentaire
[Languages.fr.params.cta.button] [Languages.fr.params.cta.button]
enable = true enable = true
label = "Contactez nous" label = "Contactez nous"
link = "contact" link = "contact/"
################## french navigation ################# ################## french navigation #################
@ -164,12 +164,12 @@ weight = 1
[[Languages.fr.menu.main]] [[Languages.fr.menu.main]]
name = "Faq" name = "Faq"
url = "faq" url = "faq/"
weight = 2 weight = 2
[[Languages.fr.menu.main]] [[Languages.fr.menu.main]]
name = "contact" name = "contact"
url = "contact" url = "contact/"
weight = 3 weight = 3
# Dropdown menu # Dropdown menu
@ -181,17 +181,17 @@ hasChildren = true
[[Languages.fr.menu.main]] [[Languages.fr.menu.main]]
parent = "docs" parent = "docs"
name = "Installation" name = "Installation"
url = "installation" url = "installation/"
weight = 1 weight = 1
[[Languages.fr.menu.main]] [[Languages.fr.menu.main]]
parent = "docs" parent = "docs"
name = "Billing and Pricing" name = "Billing and Pricing"
url = "billing-pricing" url = "billing-pricing/"
weight = 2 weight = 2
[[Languages.fr.menu.main]] [[Languages.fr.menu.main]]
parent = "docs" parent = "docs"
name = "Features" name = "Features"
url = "features" url = "features/"
weight = 3 weight = 3

View file

@ -1,6 +1,6 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>{{ .Title }}</title> <title>{{ .Title | default site.Title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
{{ hugo.Generator }} {{ hugo.Generator }}
<meta name="description" content="{{ .Title }} - {{ .Site.Title }} " /> <meta name="description" content="{{ .Title }} - {{ .Site.Title }} " />
@ -52,10 +52,10 @@
<link href="{{ $css.Permalink }}" rel="stylesheet" media="screen" /> <link href="{{ $css.Permalink }}" rel="stylesheet" media="screen" />
<!-- ** JS Plugins Needed for the Project ** --> <!-- ** JS Plugins Needed for the Project ** -->
<!-- jquiry --> <!-- jquery -->
<script src="{{ `plugins/jquery/jquery-1.12.4.js` | absURL }}"></script> <script src="{{ `plugins/jquery/jquery-1.12.4.js` | absURL }}"></script>
<!-- jquary ui --> <!-- jquery ui -->
<script src="{{ `plugins/jquery/jquery-ui.js`| absURL }}"></script> <script src="{{ `plugins/jquery/jquery-ui.js`| absURL }}"></script>
<!-- Bootstrap JS --> <!-- Bootstrap JS -->