summaryrefslogtreecommitdiffstats
path: root/docs/config.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-10 12:52:31 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-10 12:52:31 +0100
commitb5cb8866e9797efa28072e4eac68abd8a1b9c5d3 (patch)
tree712eccff7bd9f4d3748cdb45b7801503e1b0db4f /docs/config.toml
parentd382502d6dfa1c066545e215ba83e2e0a9d2c8d7 (diff)
parent9cc9bab46288d8d5f9fda7009c5f746258cec1b4 (diff)
Diffstat (limited to 'docs/config.toml')
-rw-r--r--docs/config.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/config.toml b/docs/config.toml
index 53e4e9afa..4b60aac58 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -103,6 +103,18 @@ twitter = "GoHugoIO"
angledQuotes = false
latexDashes = true
+[imaging]
+# See https://github.com/disintegration/imaging
+# CatmullRom is a sharp bicubic filter which should fit the docs site well with its many screenshots.
+# Note that you can also set this per image processing.
+resampleFilter = "CatmullRom"
+
+# Defatult JPEG quality setting. Default is 75.
+quality = 75
+
+anchor = "smart"
+
+
## As of v0.20, all content files include a default "categories" value that's the same as the section. This was a cheap future-proofing method and should/could be changed accordingly.
[taxonomies]
category = "categories"
@@ -238,6 +250,12 @@ twitter = "GoHugoIO"
identifier = "themes"
url = "https://themes.gohugo.io/"
+ [[menu.global]]
+ name = "Showcase"
+ weight = 20
+ identifier = "showcase"
+ url = "/showcase/"
+
# Anything with a weight > 100 gets an external icon
[[menu.global]]
name = "Community"