diff options
Diffstat (limited to 'docs/config.toml')
| -rw-r--r-- | docs/config.toml | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/docs/config.toml b/docs/config.toml new file mode 100644 index 00000000..f1484cc9 --- /dev/null +++ b/docs/config.toml @@ -0,0 +1,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 = "" |
