From ff6bd115505369f0cdeff332db70cf23227059f8 Mon Sep 17 00:00:00 2001 From: Sojon Date: Mon, 7 Feb 2022 13:24:42 +0600 Subject: updated config and internal-page links --- exampleSite/.hugo_build.lock | 0 exampleSite/config/_default/config.toml | 2 +- exampleSite/config/_default/menus.de.toml | 18 +++++++++--------- exampleSite/config/_default/menus.en.toml | 18 +++++++++--------- exampleSite/content/deutsch/_index.md | 4 ++-- exampleSite/content/deutsch/pricing/_index.md | 2 +- exampleSite/content/english/_index.md | 4 ++-- exampleSite/content/english/pricing/_index.md | 2 +- 8 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 exampleSite/.hugo_build.lock diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml index f8f06ad..100e091 100644 --- a/exampleSite/config/_default/config.toml +++ b/exampleSite/config/_default/config.toml @@ -1,5 +1,5 @@ ######################## default configuration #################### -baseURL = "http://examplesite.org/" +baseURL = "http://demo.gethugothemes.com/bigspring-light/examplesite/" title = "Bigspring Light" theme = "bigspring-light" # post pagination diff --git a/exampleSite/config/_default/menus.de.toml b/exampleSite/config/_default/menus.de.toml index 55e7a40..51c66fe 100644 --- a/exampleSite/config/_default/menus.de.toml +++ b/exampleSite/config/_default/menus.de.toml @@ -6,22 +6,22 @@ weight = 1 [[main]] name = "Blog" -url = "blog" +url = "blog/" weight = 2 [[main]] name = "Pricing" -url = "pricing" +url = "pricing/" weight = 3 [[main]] name = "Contact" -url = "contact" +url = "contact/" weight = 4 [[main]] name = "FAQ" -url = "faq" +url = "faq/" weight = 5 # footer menu left @@ -35,13 +35,13 @@ url = "#" [[footer_left]] name = "Pricing" -url = "pricing" +url = "pricing/" # footer menu middle [[footer_middle]] name = "Pricing" -url = "pricing" +url = "pricing/" [[footer_middle]] name = "Platform" @@ -54,12 +54,12 @@ url = "#" # footer menu right [[footer_right]] name = "Privacy Policy" -url = "privacy-policy" +url = "privacy-policy/" [[footer_right]] name = "Terms & Conditions" -url = "terms-conditions" +url = "terms-conditions/" [[footer_right]] name = "FAQ" -url = "faq" \ No newline at end of file +url = "faq/" \ No newline at end of file diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index 55e7a40..51c66fe 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -6,22 +6,22 @@ weight = 1 [[main]] name = "Blog" -url = "blog" +url = "blog/" weight = 2 [[main]] name = "Pricing" -url = "pricing" +url = "pricing/" weight = 3 [[main]] name = "Contact" -url = "contact" +url = "contact/" weight = 4 [[main]] name = "FAQ" -url = "faq" +url = "faq/" weight = 5 # footer menu left @@ -35,13 +35,13 @@ url = "#" [[footer_left]] name = "Pricing" -url = "pricing" +url = "pricing/" # footer menu middle [[footer_middle]] name = "Pricing" -url = "pricing" +url = "pricing/" [[footer_middle]] name = "Platform" @@ -54,12 +54,12 @@ url = "#" # footer menu right [[footer_right]] name = "Privacy Policy" -url = "privacy-policy" +url = "privacy-policy/" [[footer_right]] name = "Terms & Conditions" -url = "terms-conditions" +url = "terms-conditions/" [[footer_right]] name = "FAQ" -url = "faq" \ No newline at end of file +url = "faq/" \ No newline at end of file diff --git a/exampleSite/content/deutsch/_index.md b/exampleSite/content/deutsch/_index.md index 2b77b48..7060f42 100644 --- a/exampleSite/content/deutsch/_index.md +++ b/exampleSite/content/deutsch/_index.md @@ -7,7 +7,7 @@ banner: button: enable : true label : "Contact Us" - link : "contact" + link : "contact/" ##################### Feature ########################## feature: @@ -109,5 +109,5 @@ call_to_action: button: enable : true label : "Contact Us" - link : "contact" + link : "contact/" --- diff --git a/exampleSite/content/deutsch/pricing/_index.md b/exampleSite/content/deutsch/pricing/_index.md index 13cc194..82cf11f 100644 --- a/exampleSite/content/deutsch/pricing/_index.md +++ b/exampleSite/content/deutsch/pricing/_index.md @@ -57,5 +57,5 @@ call_to_action: button: enable : true label : "Contact Us" - link : "contact" + link : "contact/" --- \ No newline at end of file diff --git a/exampleSite/content/english/_index.md b/exampleSite/content/english/_index.md index b1d2210..c30a290 100644 --- a/exampleSite/content/english/_index.md +++ b/exampleSite/content/english/_index.md @@ -7,7 +7,7 @@ banner: button: enable : true label : "Contact Us" - link : "contact" + link : "contact/" ##################### Feature ########################## feature: @@ -109,5 +109,5 @@ call_to_action: button: enable : true label : "Contact Us" - link : "contact" + link : "contact/" --- diff --git a/exampleSite/content/english/pricing/_index.md b/exampleSite/content/english/pricing/_index.md index a9d4b72..ee457ba 100644 --- a/exampleSite/content/english/pricing/_index.md +++ b/exampleSite/content/english/pricing/_index.md @@ -57,5 +57,5 @@ call_to_action: button: enable : true label : "Contact Us" - link : "contact" + link : "contact/" --- \ No newline at end of file -- cgit v1.2.3