Browse Source

Update from Forestry.io

abhidj0090 updated exampleSite/config.toml
pull/141/head
abhidj0090 4 years ago
parent
commit
9b40377443
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 = "Upcoming" name = "Upcoming"
pre = ""
url = "events" url = "events"
weight = 1
[[menu.main]]
name = "Contact Us"
pre = "#"
url = "contact"
weight = 6
[[menu.main]]
name = "Team Calcomp"
pre = "#"
url = "team"
weight = 5
[[menu.main]]
name = "Who are we"
pre = "#"
url = "about"
weight = 4
weight = "1"
[[menu.main]] [[menu.main]]
name = "Blog" name = "Blog"
pre = "" pre = ""
url = "blog" url = "blog"
weight = 2
weight = 1
[[menu.main]] [[menu.main]]
name = "Lectures" name = "Lectures"
pre = "" pre = ""
url = "lectures" url = "lectures"
weight = 2
[[menu.main]]
name = "Who are we"
pre = "#"
url = "about"
weight = 3 weight = 3
[[menu.main]]
name = "Team Calcomp"
pre = "#"
url = "team"
weight = 4
[[menu.main]]
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