summaryrefslogtreecommitdiff
path: root/docs/config.toml
blob: f1484cc98c148db3f334828939bd4c47f3409cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
baseURL = "/"
languageCode = "en-us"
title = "gomplate documentation"

theme = "hugo-material-docs"


[params]
  author = "hairyhenderson"
  description = "gomplate documentation"
  copyright = "Released under the MIT license"
  provider = "GitHub"
  repo_url = "https://github.com/hairyhenderson/gomplate"
  googleAnalytics = "UA-82637990-1"

[params.palette]
  primary = "indigo"

[social]
  twitter = "hairyhenderson"
  github  = "hairyhenderson"

[[menu.main]]
  name   = "About"
  url    = "/"
  weight = 1
  pre    = ""

[[menu.main]]
  name   = "Installing"
  url    = "installing/"
  weight = 10
  pre    = ""

[[menu.main]]
  name   = "Usage"
  url    = "usage/"
  weight = 11
  pre    = ""

[[menu.main]]
  name   = "Syntax"
  url    = "syntax/"
  weight = 12
  pre    = ""

[[menu.main]]
  name   = "Built-in Functions"
  url    = "functions/"
  weight = 13
  pre    = ""