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

github.com/aanupam23/hugo-sugoi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index cc4e3e8..8b569f9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,7 +2,6 @@ theme = "hugo-sugoi"
baseURL = "https://example.com"
languageCode = "en-us"
title = "Sugoi"
-copyright = "© {currentYear} Your Site"
summaryLength = 20
paginate = 5
# Google Analytics ID, Uncomment below line to enable
@@ -24,15 +23,15 @@ contact = "Send me a message and I will get back as soon as possible."
[[menu.nav]]
name = "about"
pre = "<i class='fas fa-home'></i>"
- url = "/about/"
+ url = "/about"
weight = -1
[[menu.nav]]
name = "blog"
pre = "<i class='fas fa-list'></i>"
- url = "/post/"
+ url = "/post"
weight = -2
[[menu.nav]]
name = "contact"
pre = "<i class='fas fa-envelope'></i>"
- url = "/contact/"
+ url = "/contact"
weight = -3 \ No newline at end of file