2017-08-10 11:18:22 -04:00
|
|
|
|
baseURL = "https://gohugo.io/"
|
|
|
|
|
paginate = 100
|
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
enableEmoji = true
|
|
|
|
|
# Set the unicode character used for the "return" link in page footnotes.
|
|
|
|
|
footnotereturnlinkcontents = "↩"
|
|
|
|
|
languageCode = "en-us"
|
|
|
|
|
metaDataFormat = "yaml"
|
|
|
|
|
title = "Hugo"
|
|
|
|
|
theme = "gohugoioTheme"
|
|
|
|
|
|
|
|
|
|
googleAnalytics = "UA-7131036-4"
|
|
|
|
|
|
|
|
|
|
pluralizeListTitles = false
|
|
|
|
|
|
|
|
|
|
# We do redirects via Netlify's _redirects file, generated by Hugo (see "outputs" below).
|
|
|
|
|
disableAliases = true
|
|
|
|
|
|
|
|
|
|
# Highlighting config (Pygments)
|
|
|
|
|
# It is (currently) not in use, but you can do ```go in a content file if you want to.
|
|
|
|
|
pygmentsCodeFences = true
|
|
|
|
|
|
2017-09-25 03:02:42 -04:00
|
|
|
|
pygmentsOptions = ""
|
|
|
|
|
# Use the Chroma stylesheet
|
2018-04-02 02:53:34 -04:00
|
|
|
|
pygmentsUseClasses = true
|
2017-09-25 03:02:42 -04:00
|
|
|
|
pygmentsUseClassic = false
|
|
|
|
|
|
2017-08-10 11:18:22 -04:00
|
|
|
|
# See https://help.farbox.com/pygments.html
|
2018-03-20 16:11:45 -04:00
|
|
|
|
pygmentsStyle = "trac"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
|
home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
|
|
|
|
|
section = [ "HTML", "RSS"]
|
|
|
|
|
|
|
|
|
|
[mediaTypes]
|
|
|
|
|
[mediaTypes."text/netlify"]
|
|
|
|
|
delimiter = ""
|
|
|
|
|
|
|
|
|
|
[outputFormats]
|
|
|
|
|
[outputFormats.REDIR]
|
|
|
|
|
mediatype = "text/netlify"
|
|
|
|
|
baseName = "_redirects"
|
|
|
|
|
isPlainText = true
|
|
|
|
|
notAlternative = true
|
|
|
|
|
[outputFormats.HEADERS]
|
|
|
|
|
mediatype = "text/netlify"
|
|
|
|
|
baseName = "_headers"
|
|
|
|
|
isPlainText = true
|
|
|
|
|
notAlternative = true
|
|
|
|
|
|
2017-09-21 13:03:00 -04:00
|
|
|
|
[related]
|
|
|
|
|
|
|
|
|
|
threshold = 80
|
|
|
|
|
includeNewer = true
|
|
|
|
|
toLower = false
|
|
|
|
|
|
|
|
|
|
[[related.indices]]
|
|
|
|
|
name = "keywords"
|
|
|
|
|
weight = 100
|
|
|
|
|
[[related.indices]]
|
|
|
|
|
name = "date"
|
|
|
|
|
weight = 10
|
|
|
|
|
pattern = "2006"
|
|
|
|
|
|
2017-08-10 11:18:22 -04:00
|
|
|
|
[social]
|
|
|
|
|
twitter = "GoHugoIO"
|
|
|
|
|
|
|
|
|
|
#CUSTOM PARAMS
|
|
|
|
|
[params]
|
|
|
|
|
description = "The world’s fastest framework for building websites"
|
|
|
|
|
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
|
2019-02-01 04:42:55 -05:00
|
|
|
|
release = "0.55.0-DEV"
|
2017-08-10 11:18:22 -04:00
|
|
|
|
## Setting this to true will add a "noindex" to *EVERY* page on the site
|
|
|
|
|
removefromexternalsearch = false
|
|
|
|
|
## Gh repo for site footer (include trailing slash)
|
|
|
|
|
ghrepo = "https://github.com/gohugoio/hugoDocs/"
|
|
|
|
|
## GH Repo for filing a new issue
|
|
|
|
|
github_repo = "https://github.com/gohugoio/hugo/issues/new"
|
|
|
|
|
### Edit content repo (set to automatically enter "edit" mode; this is good for "improve this page" links)
|
|
|
|
|
ghdocsrepo = "https://github.com/gohugoio/hugoDocs/tree/master/docs"
|
|
|
|
|
## Gitter URL
|
|
|
|
|
gitter = "https://gitter.im/spf13/hugo"
|
|
|
|
|
## Discuss Forum URL
|
|
|
|
|
forum = "https://discourse.gohugo.io/"
|
|
|
|
|
## Google Tag Manager
|
|
|
|
|
gtmid = ""
|
|
|
|
|
|
|
|
|
|
# First one is picked as the Twitter card image if not set on page.
|
|
|
|
|
images = ["images/gohugoio-card.png"]
|
|
|
|
|
|
|
|
|
|
flex_box_interior_classes = "flex-auto w-100 w-40-l mr3 mb3 bg-white ba b--moon-gray nested-copy-line-height"
|
|
|
|
|
|
|
|
|
|
#sidebar_direction = "sidebar_left"
|
|
|
|
|
|
|
|
|
|
# MARKDOWN
|
|
|
|
|
## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday
|
|
|
|
|
[blackfriday]
|
|
|
|
|
plainIDAnchors = true
|
2018-01-31 05:07:47 -05:00
|
|
|
|
# See https://github.com/gohugoio/hugo/issues/2424
|
|
|
|
|
hrefTargetBlank = false
|
2017-08-10 11:18:22 -04:00
|
|
|
|
angledQuotes = false
|
|
|
|
|
latexDashes = true
|
|
|
|
|
|
2018-02-10 06:51:31 -05:00
|
|
|
|
[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"
|
|
|
|
|
|
2018-10-29 04:19:20 -04:00
|
|
|
|
# Default JPEG quality setting. Default is 75.
|
2018-02-10 06:51:31 -05:00
|
|
|
|
quality = 75
|
|
|
|
|
|
|
|
|
|
anchor = "smart"
|