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 <monnaf37@gmail.com>2019-05-15 09:53:17 +0300
committersomrat <monnaf37@gmail.com>2019-05-15 09:53:17 +0300
commit7864388e55202b685f34ca2f3140b77bd8188900 (patch)
treeda2e5d4e08f5c931898f181fb23710ba45b2ad06 /exampleSite
parent6bed5bb2ed84e17278cc0e6eb902c86d244c09d2 (diff)
modified main nav, remove scss and added css, modified screenshot image and readme file
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 3001a80..b046895 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://examplesite.com/"
+baseURL = "https://kross.netlify.com"
languageCode = "en-us"
title = "Kross | Hugo Portfolio Template"
theme = "kross-hugo"
@@ -32,22 +32,22 @@ summaryLength = "10"
[[menu.main]]
name = "About"
- URL = "/about"
+ URL = "about"
weight = 2
[[menu.main]]
name = "Blog"
- URL = "/blog"
+ URL = "blog"
weight = 3
[[menu.main]]
name = "Portfolio"
- URL = "/portfolio"
+ URL = "portfolio"
weight = 4
[[menu.main]]
name = "Contact"
- URL = "/contact"
+ URL = "contact"
weight = 5