Browse Source

Update from Forestry.io

abhidj0090 updated exampleSite/config.toml
pull/141/head
abhidj0090 4 years ago
parent
commit
4d32e1e48e
1 changed files with 19 additions and 14 deletions
  1. 19
    14
      exampleSite/config.toml

+ 19
- 14
exampleSite/config.toml View File

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

Loading…
Cancel
Save