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

github.com/themefisher/kross-hugo-portfolio-template.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSomrat <themefisher.dev@gmail.com>2022-02-08 07:41:47 +0300
committerSomrat <themefisher.dev@gmail.com>2022-02-08 07:41:47 +0300
commit431b89f5d7a6fd400a6cc17dfc4091d1323dae0d (patch)
treec53e0ce6eea95b4b419427907f54d2dbc32867dc
parentc06385502e2eb28b216da228f56a4c8a4438a522 (diff)
update urls
-rw-r--r--exampleSite/.hugo_build.lock0
-rw-r--r--exampleSite/config.toml12
2 files changed, 6 insertions, 6 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 7509052..b084fcd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,5 +1,5 @@
# default configuration
-baseURL = "http://demo.gethugothemes.com/kross/"
+baseURL = "https://demo.gethugothemes.com/kross/examplesite/"
languageCode = "en-us"
summaryLength = "10"
theme = "kross-hugo"
@@ -29,22 +29,22 @@ link = "plugins/google-map/map.js"
# menu
[[menu.main]]
-URL = "about"
+URL = "about/"
name = "About"
weight = 1
[[menu.main]]
-URL = "blog"
+URL = "blog/"
name = "Blog"
weight = 2
[[menu.main]]
-URL = "portfolio"
+URL = "portfolio/"
name = "Portfolio"
weight = 3
[[menu.main]]
-URL = "contact"
+URL = "contact/"
name = "Contact"
weight = 4
@@ -110,4 +110,4 @@ URL = "#"
[[params.social]]
icon = "ti-twitter-alt"
-URL = "#" \ No newline at end of file
+URL = "#"