summaryrefslogtreecommitdiff
path: root/docs/config.toml
blob: c577f104effcdd5136ba9bf8a7155eeaf2ded717 (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
baseURL = "/"
languageCode = "en-us"
title = "gomplate documentation"
theme = "hugo-material-docs"
googleAnalytics = "UA-82637990-3"

[params]
  author = "hairyhenderson"
  description = "gomplate documentation"
  copyright = "Released under the MIT license"
  provider = "GitHub"
  repo_url = "https://github.com/hairyhenderson/gomplate"
  logo = "images/gomplate-icon.svg"
  favicon = "favicon.ico"
  custom_css = [
    "stylesheets/search.css",
    "stylesheets/custom-palettes.css",
  ]
  custom_js = [
    "https://code.jquery.com/jquery-3.3.1.min.js",
    "https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.4.4/fuse.min.js",
    "https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js",
    "js/search.js"
  ]

[params.palette]
  primary = "spalding-gray"
  accent = "spalding-blue"

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

[outputs]
  home = ["HTML", "RSS", "JSON"]