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

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaro143 <y.ishimi@itdharman.com>2018-09-15 06:59:46 +0300
committernaro143 <y.ishimi@itdharman.com>2018-09-15 06:59:46 +0300
commit48d504e5e04e9a116ce7bf005aa5c5e8cc7d1679 (patch)
tree3c7e87982b90fdba9b3276553c46b6efcdadf846 /exampleSite
parent10839d94a9641505b885294e4497e8ece39a3db3 (diff)
fix: config.toml
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml25
1 files changed, 12 insertions, 13 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 07175f8..8fc7e2b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -6,7 +6,6 @@ theme = "coder-portfolio"
languagecode = "en"
paginate = 20
-canonifyurls = true
pygmentsstyle = "b2"
pygmentscodefences = true
@@ -59,19 +58,19 @@ disqusShortname = "yourdiscussshortname"
[[menu.main]]
name = "Blog"
weight = 1
- url = "/posts/"
+ url = "posts"
[[menu.main]]
name = "About"
weight = 2
- url = "/about/"
+ url = "about"
[[menu.main]]
name = "Projects"
weight = 3
- url = "/projects/"
+ url = "projects"
[[menu.main]]
name = "Contact me"
weight = 5
- url = "/contact/"
+ url = "contact"
[languages]
[languages.en]
@@ -90,21 +89,21 @@ disqusShortname = "yourdiscussshortname"
[[languages.en.menu.main]]
name = "About"
weight = 1.0
- url = "/about/"
+ url = "about"
[[languages.en.menu.main]]
name = "Blog"
weight = 2.0
- url = "/posts/"
+ url = "posts"
[[languages.en.menu.main]]
name = "Projects"
weight = 3
- url = "/projects/"
+ url = "projects"
[[languages.en.menu.main]]
name = "Contact me"
weight = 5
- url = "/contact/"
+ url = "contact"
[languages.ja]
@@ -121,16 +120,16 @@ disqusShortname = "yourdiscussshortname"
[[languages.ja.menu.main]]
name = "石見とは"
weight = 1.0
- url = "/ja/about/"
+ url = "ja/about"
[[languages.ja.menu.main]]
name = "ブログ"
weight = 2.0
- url = "/ja/posts/"
+ url = "ja/posts"
[[languages.ja.menu.main]]
name = "プロジェクト"
weight = 3
- url = "/ja/projects/"
+ url = "ja/projects"
[[languages.ja.menu.main]]
name = "お問い合わせ"
weight = 5
- url = "/ja/contact/"
+ url = "ja/contact"