Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/twenty-twenty-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <themefisher.dev@gmail.com>2022-02-07 09:00:51 +0300
committerSomrat <themefisher.dev@gmail.com>2022-02-07 09:00:51 +0300
commita5aae4f56d694438b749677b8b53b5fd5fbd1734 (patch)
treee504048094dc27707a03a54f479f85ff4497cb00
parent39079f8307fee0f127578cf50ffe8ef1269c6ee2 (diff)
update urls
-rw-r--r--exampleSite/.hugo_build.lock0
-rw-r--r--exampleSite/config.toml19
2 files changed, 9 insertions, 10 deletions
diff --git a/exampleSite/.hugo_build.lock b/exampleSite/.hugo_build.lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/.hugo_build.lock
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 660b48d..fd4fd7a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
######################## default configuration ####################
-baseURL = "https://examplesite.com"
+baseURL = "demo.gethugothemes.com/twenty-twenty/examplesite/"
title = "Twenty Twenty Hugo"
theme = "twenty-twenty-hugo"
languageName = "En"
@@ -16,7 +16,6 @@ disableLanguages = [] # disable language from here
googleAnalytics = "" # example : UA-123-45
-
############################## Output ###############################
[outputs]
home = ["HTML", "RSS", "JSON"]
@@ -40,28 +39,28 @@ weight = 1
[[menu.main]]
name = "About"
-URL = "about"
+URL = "about/"
weight = 2
[[menu.main]]
name = "Blog"
-URL = "blog"
+URL = "blog/"
weight = 3
[[menu.main]]
name = "Contact"
-URL = "contact"
+URL = "contact/"
weight = 4
[[menu.main]]
name = "Sample Page"
-URL = "sample-page"
+URL = "sample-page/"
weight = 5
# only desktop menu
[[menu.desktop]]
name = "Contact"
-URL = "contact"
+URL = "contact/"
weight = 1
@@ -95,16 +94,16 @@ enable = true
title = "Contact us for more information."
content = "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis"
button_label = "Contact Us"
-button_url = "contact"
+button_url = "contact/"
# gallery
[params.gallery]
enable = true
-[[params.gallery.gallery_item ]]
+[[params.gallery.gallery_item]]
image = "images/2020-square-2.png"
-[[params.gallery.gallery_item ]]
+[[params.gallery.gallery_item]]
image = "images/2020-square-1.png"