Browse Source

Update from Forestry.io

abhidj0090 updated exampleSite/config.toml
pull/141/head
abhidj0090 4 years ago
parent
commit
6f31391c0d
1 changed files with 18 additions and 17 deletions
  1. 18
    17
      exampleSite/config.toml

+ 18
- 17
exampleSite/config.toml View File

weight = 2 weight = 2
[[menu.main]] [[menu.main]]
name = "Our Work" name = "Our Work"
pre = "#"
url = "counter" url = "counter"
weight = 4
weight = "6"
[[menu.main]] [[menu.main]]
name = "Contact Us"
pre = "#"
url = "contact"
weight = 6
name = "Lectures"
pre = ""
url = "lectures"
weight = 1
[[menu.main]] [[menu.main]]
name = "Team Calcomp"
pre = "#"
url = "team"
weight = 5
name = "Blog"
pre = ""
url = "blog"
weight = 2
[[menu.main]] [[menu.main]]
name = "Who are we" name = "Who are we"
pre = "#" pre = "#"
url = "about" url = "about"
weight = 3 weight = 3
[[menu.main]] [[menu.main]]
name = "Blog"
pre = ""
url = "blog"
weight = 2
name = "Team Calcomp"
pre = "#"
url = "team"
weight = 4
[[menu.main]] [[menu.main]]
name = "Lectures"
pre = ""
url = "lectures"
weight = 1
name = "Contact Us"
pre = "#"
url = "contact"
weight = 5
[params] [params]
author = "Themefisher" author = "Themefisher"
description = "Responsive Multipurpose Parallax Hugo Template" description = "Responsive Multipurpose Parallax Hugo Template"

Loading…
Cancel
Save