From 431b89f5d7a6fd400a6cc17dfc4091d1323dae0d Mon Sep 17 00:00:00 2001 From: Somrat Date: Tue, 8 Feb 2022 10:41:47 +0600 Subject: update urls --- exampleSite/.hugo_build.lock | 0 exampleSite/config.toml | 12 ++++++------ 2 files changed, 6 insertions(+), 6 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.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 = "#" -- cgit v1.2.3