abhidj0090 updated exampleSite/config.tomlpull/141/head
@@ -1,5 +1,5 @@ | |||
baseURL = "https://calcom.com" | |||
disableLanguages = [ ] | |||
disableLanguages = [] | |||
disqusShortname = "" | |||
paginate = "6" | |||
summaryLength = "15" | |||
@@ -20,35 +20,30 @@ languageCode = "fr-fr" | |||
languageName = "Fr" | |||
weight = 2 | |||
[[menu.main]] | |||
name = "lectures" | |||
name = "contact" | |||
pre = "#" | |||
url = "lectures" | |||
weight = "1" | |||
url = "contact" | |||
weight = 5 | |||
[[menu.main]] | |||
name = "blog" | |||
name = "team" | |||
pre = "#" | |||
url = "blog" | |||
weight = "2" | |||
url = "team" | |||
weight = 4 | |||
[[menu.main]] | |||
name = "about" | |||
pre = "#" | |||
url = "about" | |||
weight = "3" | |||
weight = 3 | |||
[[menu.main]] | |||
name = "team" | |||
name = "blog" | |||
pre = "#" | |||
url = "team" | |||
weight = "4" | |||
url = "blog" | |||
weight = 2 | |||
[[menu.main]] | |||
name = "contact" | |||
name = "lectures" | |||
pre = "#" | |||
url = "contact" | |||
weight = "5" | |||
[[menu.main]] | |||
name = "themefisher" | |||
pre = "" | |||
url = "https://themefisher.com/" | |||
weight = "6" | |||
url = "lectures" | |||
weight = 1 | |||
[params] | |||
author = "Themefisher" | |||
description = "Responsive Multipurpose Parallax Hugo Template" |