mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 01:54:45 -04:00
Bump version in config.toml
This commit is contained in:
parent
cd5c79c678
commit
b80669b34a
12
config.toml
12
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user