Merge commit '26f1458a2df6b55eee3a5de46f5fec23a43a7c7d'
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 5 Jan 2020 10:14:51 +0000 (11:14 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 5 Jan 2020 10:14:51 +0000 (11:14 +0100)
61 files changed:
1  2 
docs/content/en/content-management/image-processing/index.md
docs/content/en/content-management/image-processing/sunset.jpg
docs/content/en/content-management/organization/1-featured-content-bundles.png
docs/content/en/functions/RenderString.md
docs/content/en/functions/ref.md
docs/content/en/functions/relref.md
docs/content/en/functions/safeURL.md
docs/content/en/getting-started/configuration-markup.md
docs/content/en/getting-started/external-learning-resources/hia.jpg
docs/content/en/getting-started/installing.md
docs/content/en/getting-started/quick-start.md
docs/content/en/hosting-and-deployment/hosting-on-render.md
docs/content/en/news/0.62.0-relnotes/hugo-62-poster-featured.png
docs/content/en/news/0.62.0-relnotes/index.md
docs/content/en/news/0.62.1-relnotes/index.md
docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png
docs/content/en/showcase/hartwell-insurance/hartwell-columns.png
docs/content/en/showcase/hartwell-insurance/hartwell-lighthouse.png
docs/content/en/showcase/hartwell-insurance/hartwell-webpagetest.png
docs/content/en/showcase/linode/featured.png
docs/content/en/showcase/over/featured-over.png
docs/content/en/showcase/pharmaseal/featured-pharmaseal.png
docs/content/en/showcase/tomango/featured.png
docs/netlify.toml
docs/resources/_gen/images/news/0.62.0-relnotes/hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_480x0_resize_catmullrom_2.png
docs/resources/_gen/images/news/0.62.0-relnotes/hugo-62-poster-featured_huf77b5f9bdd21b9dd639f52807d87fae9_105390_640x0_resize_catmullrom_2.png
docs/static/images/blog/sunset.jpg
docs/static/images/contribute/development/accept-cla.png
docs/static/images/contribute/development/ci-errors.png
docs/static/images/contribute/development/copy-remote-url.png
docs/static/images/contribute/development/forking-a-repository.png
docs/static/images/contribute/development/open-pull-request.png
docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-server.png
docs/static/images/hosting-and-deployment/deployment-with-nanobox/hugo-with-nanobox.png
docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-deploy-dry-run.png
docs/static/images/hosting-and-deployment/deployment-with-nanobox/nanobox-run.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-a-github-pages-step.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/adding-the-project-to-github.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/and-we-ve-got-an-app.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/configure-the-deploy-step.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/creating-a-basic-hugo-site.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/public-or-not.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/using-hugo-build.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-access.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-account-settings.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-add-app.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-git-connections.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-search.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-owner.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-select-repository.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up-page.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/wercker-sign-up.png
docs/static/images/hosting-and-deployment/deployment-with-wercker/werckeryml.png
docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-build-settings.png
docs/static/images/hosting-and-deployment/hosting-on-aws-amplify/amplify-gettingstarted.png
docs/static/images/hosting-and-deployment/hosting-on-keycdn/keycdn-pull-zone.png
docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-api-key.png
docs/static/images/hosting-and-deployment/hosting-on-keycdn/secret-zone-id.png
docs/static/images/hugo-content-bundles.png
docs/static/img/hugo-logo-med.png
docs/static/img/hugo-logo.png

index ed6478d7a2f93173f2a068a88b2ca6dce8fa3167,0000000000000000000000000000000000000000..0b9bcf3238f52d9d714a33c43f6a8fa9a36780a0
mode 100644,000000..100644
--- /dev/null
@@@ -1,295 -1,0 +1,295 @@@
- The `image` is a [Page Resource]({{< relref "/content-management/page-resources" >}}), and the processing methods listed below does not work on images inside your `/static` folder.
 +---
 +title: "Image Processing"
 +description: "Image Page resources can be resized and cropped."
 +date: 2018-01-24T13:10:00-05:00
 +linktitle: "Image Processing"
 +categories: ["content management"]
 +keywords: [resources,images]
 +weight: 4004
 +draft: false
 +toc: true
 +menu:
 +  docs:
 +    parent: "content-management"
 +    weight: 32
 +---
 +
 +## The Image Page Resource
 +
++The `image` is a [Page Resource]({{< relref "/content-management/page-resources" >}}), and the processing methods listed below do not work on images inside your `/static` folder.
 +
 +To get all images in a [Page Bundle]({{< relref "/content-management/organization#page-bundles" >}}):
 +
 +```go-html-template
 +{{ with .Resources.ByType "image" }}
 +{{ end }}
 +
 +```
 +
 +## Image Processing Methods
 +
 +
 +The `image` resource implements the methods `Resize`, `Fit` and `Fill`, each returning the transformed image using the specified dimensions and processing options. The `image` resource also, since Hugo 0.58, implements the method `Exif` and `Filter`.
 +
 +### Resize
 +
 +Resizes the image to the specified width and height.
 +
 +```go
 +// Resize to a width of 600px and preserve ratio
 +{{ $image := $resource.Resize "600x" }} 
 +
 +// Resize to a height of 400px and preserve ratio
 +{{ $image := $resource.Resize "x400" }} 
 +
 +// Resize to a width 600px and a height of 400px
 +{{ $image := $resource.Resize "600x400" }}
 +```
 +
 +### Fit
 +Scale down the image to fit the given dimensions while maintaining aspect ratio. Both height and width are required.
 +
 +```go
 +{{ $image := $resource.Fit "600x400" }} 
 +```
 +
 +### Fill
 +Resize and crop the image to match the given dimensions. Both height and width are required.
 +
 +```go
 +{{ $image := $resource.Fill "600x400" }} 
 +```
 +
 +### Filter
 +
 +Apply one or more filters to your image. See [Image Filters](/functions/images/#image-filters) for a full list.
 +
 +```go-html-template
 +{{ $img = $img.Filter (images.GaussianBlur 6) (images.Pixelate 8) }}
 +```
 +
 +The above can also be written in a more functional style using pipes:
 +
 +```go-html-template
 +{{ $img = $img | images.Filter (images.GaussianBlur 6) (images.Pixelate 8) }}
 +```
 +
 +The filters will be applied in the given order. 
 +
 +Sometimes it can be useful to create the filter chain once and then reuse it:
 +
 +```go-html-template
 +{{ $filters := slice  (images.GaussianBlur 6) (images.Pixelate 8) }}
 +{{ $img1 = $img1.Filter $filters }}
 +{{ $img2 = $img2.Filter $filters }}
 +```
 +
 +### Exif
 +
 +Provides an [Exif](https://en.wikipedia.org/wiki/Exif) object with metadata about the image.
 +
 +Note that this is only suported for JPEG and TIFF images, so it's recommended to wrap the access with a `with`, e.g.:
 +
 +```go-html-template
 +{{ with $img.Exif }}
 +Date: {{ .Date }}
 +Lat/Long: {{ .Lat}}/{{ .Long }}
 +Tags: 
 +{{ range $k, $v := .Tags }}
 +TAG: {{ $k }}: {{ $v }}
 +{{ end }}
 +{{ end }}
 +```
 +
 +#### Exif fields
 +
 +Date
 +: "photo taken" date/time
 +
 +Lat
 +: "photo taken where", GPS latitude
 +
 +Long
 +: "photo taken where", GPS longitude
 +
 +See [Image Processing Config](#image-processing-config) for how to configure what gets included in Exif.
 +
 +
 +
 +
 +
 +## Image Processing Options
 +
 +In addition to the dimensions (e.g. `600x400`), Hugo supports a set of additional image options.
 +
 +### Background Color
 +
 +The background color to fill into the transparency layer. This is mostly useful when converting to a format that does not support transparency, e.g. `JPEG`.
 +
 +You can set the background color to use with a 3 or 6 digit hex code starting with `#`.
 +
 +```go
 +{{ $image.Resize "600x jpg #b31280" }}
 +```
 +
 +For color codes, see https://www.google.com/search?q=color+picker
 +
 +**Note** that you also set a default background color to use, see [Image Processing Config](#image-processing-config).
 +
 +### JPEG Quality
 +Only relevant for JPEG images, values 1 to 100 inclusive, higher is better. Default is 75.
 +
 +```go
 +{{ $image.Resize "600x q50" }}
 +```
 +
 +### Rotate
 +Rotates an image by the given angle counter-clockwise. The rotation will be performed first to get the dimensions correct. The main use of this is to be able to manually correct for [EXIF orientation](https://github.com/golang/go/issues/4341) of JPEG images.
 +
 +```go
 +{{ $image.Resize "600x r90" }}
 +```
 +
 +###  Anchor
 +Only relevant for the `Fill` method. This is useful for thumbnail generation where the main motive is located in, say, the left corner. 
 +Valid are `Center`, `TopLeft`, `Top`, `TopRight`, `Left`, `Right`, `BottomLeft`, `Bottom`, `BottomRight`.
 +
 +```go
 +{{ $image.Fill "300x200 BottomLeft" }}
 +```
 +
 +### Resample Filter
 +Filter used in resizing. Default is `Box`, a simple and fast resampling filter appropriate for downscaling. 
 +
 +Examples are: `Box`, `NearestNeighbor`, `Linear`, `Gaussian`.
 +
 +See https://github.com/disintegration/imaging for more. If you want to trade quality for faster processing, this may be a option to test. 
 +
 +```go
 +{{ $image.Resize "600x400 Gaussian" }}
 +```
 +
 +### Target Format
 +
 +By default the images is encoded in the source format, but you can set the target format as an option.
 +
 +Valid values are `jpg`, `png`, `tif`, `bmp`, and `gif`.
 +
 +```go
 +{{ $image.Resize "600x jpg" }}
 +```
 +
 +## Image Processing Examples
 +
 +_The photo of the sunset used in the examples below is Copyright [Bjørn Erik Pedersen](https://commons.wikimedia.org/wiki/User:Bep) (Creative Commons Attribution-Share Alike 4.0 International license)_
 +
 +
 +{{< imgproc sunset Resize "300x" />}}
 +
 +{{< imgproc sunset Fill "90x120 left" />}}
 +
 +{{< imgproc sunset Fill "90x120 right" />}}
 +
 +{{< imgproc sunset Fit "90x90" />}}
 +
 +{{< imgproc sunset Resize "300x q10" />}}
 +
 +
 +This is the shortcode used in the examples above:
 +
 +
 +{{< code file="layouts/shortcodes/imgproc.html" >}}
 +{{< readfile file="layouts/shortcodes/imgproc.html" >}}   
 +{{< /code >}}
 +
 +And it is used like this:
 +
 +```go-html-template
 +{{</* imgproc sunset Resize "300x" /*/>}}
 +```
 +
 +
 +{{% note %}}
 +**Tip:** Note the self-closing shortcode syntax above. The `imgproc` shortcode can be called both with and without **inner content**.
 +{{% /note %}}
 +
 +## Image Processing Config
 +
 +You can configure an `imaging` section in `config.toml` with default image processing options:
 +
 +```toml
 +[imaging]
 +# Default resample filter used for resizing. Default is Box,
 +# a simple and fast averaging filter appropriate for downscaling.
 +# See https://github.com/disintegration/imaging
 +resampleFilter = "box"
 +
 +# Default JPEG quality setting. Default is 75.
 +quality = 75
 +
 +# Anchor used when cropping pictures.
 +# Default is "smart" which does Smart Cropping, using https://github.com/muesli/smartcrop
 +# Smart Cropping is content aware and tries to find the best crop for each image.
 +# Valid values are Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
 +anchor = "smart"
 +
 +# Default background color. 
 +# Hugo will preserve transparency for target formats that supports it,
 +# but will fall back to this color for JPEG.
 +# Expects a standard HEX color string with 3 or 6 digits.
 +# See https://www.google.com/search?q=color+picker
 +bgColor = "#ffffff"
 +
 +[imaging.exif]
 + # Regexp matching the fields you want to Exclude from the (massive) set of Exif info
 +# available. As we cache this info to disk, this is for performance and
 +# disk space reasons more than anything.
 +# If you want it all, put ".*" in this config setting.
 +# Note that if neither this or ExcludeFields is set, Hugo will return a small
 +# default set.
 +includeFields = ""
 +
 +# Regexp matching the Exif fields you want to exclude. This may be easier to use
 +# than IncludeFields above, depending on what you want.
 +excludeFields = ""
 +
 +# Hugo extracts the "photo taken" date/time into .Date by default.
 +# Set this to true to turn it off.
 +disableDate = false
 +
 +# Hugo extracts the "photo taken where" (GPS latitude and longitude) into
 +# .Long and .Lat. Set this to true to turn it off.
 +disableLatLong = false
 +
 +
 +```
 +
 +## Smart Cropping of Images
 +
 +By default, Hugo will use the [Smartcrop](https://github.com/muesli/smartcrop), a library created by [muesli](https://github.com/muesli), when cropping images with `.Fill`. You can set the anchor point manually, but in most cases the smart option will make a good choice. And we will work with the library author to improve this in the future.
 +
 +An example using the sunset image from above:
 +
 +
 +{{< imgproc sunset Fill "200x200 smart" />}}
 +
 +
 +## Image Processing Performance Consideration
 +
 +Processed images are stored below `<project-dir>/resources` (can be set with `resourceDir` config setting). This folder is deliberately placed in the project, as it is recommended to check these into source control as part of the project. These images are not "Hugo fast" to generate, but once generated they can be reused.
 +
 +If you change your image settings (e.g. size), remove or rename images etc., you will end up with unused images taking up space and cluttering your project. 
 +
 +To clean up, run:
 +
 +```bash
 +hugo --gc
 +```
 +
 +
 +{{% note %}}
 +**GC** is short for **Garbage Collection**.
 +{{% /note %}}
 +
 +
 +
index 7d7307bed36efb65bf0443b62ebec6be6d7d3420,0000000000000000000000000000000000000000..4dbcc08368a65f26a0da6cbb68428a3a49a5d480
mode 100644,000000..100644
Binary files differ
index 1706a29d6b73226d4dfaeee1e122577bcf794fb1,0000000000000000000000000000000000000000..501e671e2f4cefe1789f168a7eee86222dff82ea
mode 100644,000000..100644
Binary files differ
index 61f5d6417df758d854d5ead2a146a519f7260930,0000000000000000000000000000000000000000..e62f0cae0cbf83ad8a4f3297302f084ae4c02dc8
mode 100644,000000..100644
--- /dev/null
@@@ -1,37 -1,0 +1,39 @@@
- **Note** that this method is more powerful than the similar [markdownify](functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.
 +---
 +title: .RenderString
 +description: "Renders markup to HTML."
 +godocref:
 +date: 2019-12-18
 +categories: [functions]
 +menu:
 +  docs:
 +    parent: "functions"
 +keywords: [markdown,goldmark,render]
 +signature: [".RenderString MARKUP"]
 +---
 +
 +{{< new-in "0.62.0" >}} 
 +
 +`.RenderString` is a method on `Page` that renders some markup to HTML using the content renderer defined for that page (if not set in the options).
 +
++*Note* that this method does not parse and render shortcodes.
++
 +The method takes an optional map argument with these options:
 +
 +display ("inline")
 +: `inline` or `block`. If `inline` (default), surrounding ´<p></p>` on short snippets will be trimmed.
 +
 +markup (defaults to the Page's markup)
 +: See identifiers in [List of content formats](/content-management/formats/#list-of-content-formats).
 +
 +Some examples:
 +
 +```go-html-template
 +{{ $optBlock := dict "display" "block" }}
 +{{ $optOrg := dict "markup" "org" }}
 +{{ "**Bold Markdown**" | $p.RenderString }}
 +{{  "**Bold Block Markdown**" | $p.RenderString  $optBlock }}
 +{{  "/italic org mode/" | $p.RenderString  $optOrg }}:REND
 +```
 +
 +
++**Note** that this method is more powerful than the similar [markdownify](/functions/markdownify/) function as it also supports [Render Hooks](/getting-started/configuration-markup/#markdown-render-hooks) and it has options to render other markup formats.
index d63c0a89da01b69c60a500f2daf05ab7bc96d9fb,0000000000000000000000000000000000000000..feac06c972a9872b84596feab66905959fad6280
mode 100644,000000..100644
--- /dev/null
@@@ -1,34 -1,0 +1,40 @@@
- lastmod: 2017-02-01
 +---
 +title: ref
 +linktitle: ref
 +description: Looks up a content page by logical name.
 +godocref:
 +date: 2017-02-01
 +publishdate: 2017-02-01
++lastmod: 2019-12-28
 +categories: [functions]
 +menu:
 +  docs:
 +    parent: "functions"
 +keywords: [cross references, anchors]
 +signature: ["ref . CONTENT"]
 +workson: []
 +hugoversion:
 +relatedfuncs: [relref]
 +deprecated: false
 +aliases: []
 +---
 +
 +`ref` and `relref` look up a content page by logical name (`ref`) or relative path (`relref`) to return the permalink:
 +
 +```
 +{{ ref . "about.md" }}
 +```
 +
 +{{% note "Usage Note" %}}
 +`ref` looks up Hugo "Regular Pages" only. It can't be used for the homepage, section pages, etc.
 +{{% /note %}}
 +
++It is also possible to pass additional arguments to link to another language or an alternative output format. Therefore, pass a map of arguments instead of just the path.
++
++``` 
++{{ ref . (dict "path" "about.md" "lang" "ja" "outputFormat" "rss") }} 
++```
++
 +These functions are used in two of Hugo's built-in shortcodes. You can see basic usage examples of both `ref` and `relref` in the [shortcode documentation](/content-management/shortcodes/#ref-and-relref).
 +
 +For an extensive explanation of how to leverage `ref` and `relref` for content management, see [Cross References](/content-management/cross-references/).
index ea992af2f68ec8c31b9a46c4c35e9162863db5f0,0000000000000000000000000000000000000000..fe5699053c8e9969279f06d59b1963853e704aa0
mode 100644,000000..100644
--- /dev/null
@@@ -1,34 -1,0 +1,40 @@@
- lastmod: 2017-02-01
 +---
 +title: relref
 +# linktitle: relref
 +description: Looks up a content page by relative path.
 +godocref:
 +date: 2017-02-01
 +publishdate: 2017-02-01
++lastmod: 2019-12-28
 +categories: [functions]
 +menu:
 +  docs:
 +    parent: "functions"
 +keywords: [cross references, anchors]
 +signature: ["relref . CONTENT"]
 +workson: []
 +hugoversion:
 +relatedfuncs: [ref]
 +deprecated: false
 +aliases: []
 +---
 +
 +`ref` and `relref` look up a content page by logical name (`ref`) or relative path (`relref`) to return the permalink:
 +
 +```
 +{{ relref . "about.md" }}
 +```
 +
 +{{% note "Usage Note" %}}
 +`relref` looks up Hugo "Regular Pages" only. It can't be used for the homepage, section pages, etc.
 +{{% /note %}}
 +
++It is also possible to pass additional arguments to link to another language or an alternative output format. Therefore, pass a map of arguments instead of just the path. 
++
++``` 
++{{ relref . (dict "path" "about.md" "lang" "ja" "outputFormat" "rss") }}
++```
++
 +These functions are used in two of Hugo's built-in shortcodes. You can see basic usage examples of both `ref` and `relref` in the [shortcode documentation](/content-management/shortcodes/#ref-and-relref).
 +
 +For an extensive explanation of how to leverage `ref` and `relref` for content management, see [Cross References](/content-management/cross-references/).
index cb9979cd36a74ad315293213709e891aaf58c9f2,0000000000000000000000000000000000000000..2e07331425e7486c52731d6cd52a4bbd802a0dcd
mode 100644,000000..100644
--- /dev/null
@@@ -1,72 -1,0 +1,72 @@@
- The odd output can be remedied by adding ` | safeURL` to our `.Title` page variable:
 +---
 +title: safeURL
 +description: Declares the provided string as a safe URL or URL substring.
 +godocref: https://golang.org/pkg/html/template/#HTMLEscape
 +date: 2017-02-01
 +publishdate: 2017-02-01
 +lastmod: 2017-02-01
 +keywords: [strings,urls]
 +categories: [functions]
 +menu:
 +  docs:
 +    parent: "functions"
 +signature: ["safeURL INPUT"]
 +workson: []
 +hugoversion:
 +relatedfuncs: []
 +deprecated: false
 +aliases: []
 +---
 +
 +`safeURL` declares the provided string as a "safe" URL or URL substring (see [RFC 3986][]). A URL like `javascript:checkThatFormNotEditedBeforeLeavingPage()` from a trusted source should go in the page, but by default dynamic `javascript:` URLs are filtered out since they are a frequently exploited injection vector.
 +
 +Without `safeURL`, only the URI schemes `http:`, `https:` and `mailto:` are considered safe by Go templates. If any other URI schemes (e.g., `irc:` and `javascript:`) are detected, the whole URL will be replaced with `#ZgotmplZ`. This is to "defang" any potential attack in the URL by rendering it useless.
 +
 +The following examples use a [site `config.toml`][configuration] with the following [menu entry][menus]:
 +
 +{{< code file="config.toml" copy="false" >}}
 +[[menu.main]]
 +    name = "IRC: #golang at freenode"
 +    url = "irc://irc.freenode.net/#golang"
 +{{< /code >}}
 +
 +The following is an example of a sidebar partial that may be used in conjunction with the preceding front matter example:
 +
 +{{< code file="layouts/partials/bad-url-sidebar-menu.html" copy="false" >}}
 +<!-- This unordered list may be part of a sidebar menu -->
 +<ul>
 +  {{ range .Site.Menus.main }}
 +  <li><a href="{{ .URL }}">{{ .Name }}</a></li>
 +  {{ end }}
 +</ul>
 +{{< /code >}}
 +
 +This partial would produce the following HTML output:
 +
 +{{< output file="bad-url-sidebar-menu-output.html" >}}
 +<!-- This unordered list may be part of a sidebar menu -->
 +<ul>
 +    <li><a href="#ZgotmplZ">IRC: #golang at freenode</a></li>
 +</ul>
 +{{< /output >}}
 +
++The odd output can be remedied by adding ` | safeURL` to our `.URL` page variable:
 +
 +{{< code file="layouts/partials/correct-url-sidebar-menu.html" copy="false" >}}
 +<!-- This unordered list may be part of a sidebar menu -->
 +<ul>
 +    <li><a href="{{ .URL | safeURL }}">{{ .Name }}</a></li>
 +</ul>
 +{{< /code >}}
 +
 +With the `.URL` page variable piped through `safeURL`, we get the desired output:
 +
 +{{< output file="correct-url-sidebar-menu-output.html" >}}
 +<ul class="sidebar-menu">
 +    <li><a href="irc://irc.freenode.net/#golang">IRC: #golang at freenode</a></li>
 +</ul>
 +{{< /output >}}
 +
 +[configuration]: /getting-started/configuration/
 +[menus]: /content-management/menus/
 +[RFC 3986]: http://tools.ietf.org/html/rfc3986
index d876ae0d86ae657b455dd7007c4f20564e9f8aee,0000000000000000000000000000000000000000..1ac7e44ea2fb358c46b6b6f04ee01f046e60ea57
mode 100644,000000..100644
--- /dev/null
@@@ -1,140 -1,0 +1,138 @@@
- You can do this by creating templates with base names `render-link` and/or `render-image` inside `layouts/_default`.
 +---
 +title: Configure Markup
 +description: How to handle Markdown and other markup related configuration.
 +date: 2019-11-15
 +categories: [getting started,fundamentals]
 +keywords: [configuration,highlighting]
 +weight: 65
 +sections_weight: 65
 +slug: configuration-markup
 +toc: true
 +---
 +
 +## Configure Markup
 +
 +{{< new-in "0.60.0" >}}
 +
 +See [Goldmark](#goldmark) for settings related to the default Markdown handler in Hugo.
 +
 +Below are all markup related configuration in Hugo with their default settings:
 +
 +{{< code-toggle config="markup" />}}
 +
 +**See each section below for details.**
 +
 +### Goldmark
 +
 +[Goldmark](https://github.com/yuin/goldmark/) is from Hugo 0.60 the default library used for Markdown. It's fast, it's [CommonMark](https://spec.commonmark.org/0.29/) compliant and it's very flexible. Note that the feature set of Goldmark vs Blackfriday isn't the same; you gain a lot but also lose some, but we will work to bridge any gap in the upcoming Hugo versions.
 +
 +This is the default configuration:
 +
 +{{< code-toggle config="markup.goldmark" />}}
 +
 +Some settings explained:
 +
 +unsafe
 +: By default, Goldmark does not render raw HTMLs and potentially dangerous links. If you have lots of inline HTML and/or JavaScript, you may need to turn this on.
 +
 +typographer
 +: This extension substitutes punctuations with typographic entities like [smartypants](https://daringfireball.net/projects/smartypants/).
 +
 +### Blackfriday
 +
 +
 +[Blackfriday](https://github.com/russross/blackfriday) was Hugo's default Markdown rendering engine, now replaced with Goldmark. But you can still use it: Just set `defaultMarkdownHandler` to `blackfriday` in your top level `markup` config.
 +
 +This is the default config:
 +
 +{{< code-toggle config="markup.blackFriday" />}}
 +
 +### Highlight
 +
 +This is the default `highlight` configuration. Note that some of these settings can be set per code block, see [Syntax Highlighting](/content-management/syntax-highlighting/).
 +
 +{{< code-toggle config="markup.highlight" />}}
 +
 +For `style`, see these galleries:
 +
 +* [Short snippets](https://xyproto.github.io/splash/docs/all.html)
 +* [Long snippets](https://xyproto.github.io/splash/docs/longer/all.html)
 +
 +For CSS, see [Generate Syntax Highlighter CSS](/content-management/syntax-highlighting/#generate-syntax-highlighter-css).
 +
 +### Table Of Contents
 +
 +{{< code-toggle config="markup.tableOfContents" />}}
 +
 +These settings only works for the Goldmark renderer:
 +
 +startLevel
 +: The heading level, values starting at 1 (`h1`), to start render the table of contents.
 +
 +endLevel
 +: The heading level, inclusive, to stop render the table of contents.
 +
 +ordered
 +: Whether or not to generate an ordered list instead of an unordered list.
 +
 +
 +## Markdown Render Hooks
 +
 +{{< new-in "0.62.0" >}}
 +
 +Note that this is only supported with the [Goldmark](#goldmark) renderer.
 +
 +These Render Hooks allow custom templates to render links and images from markdown.
 +
- You can define [Output Format](/templates/output-formats) and [language](/content-management/multilingual/) nspecific templates if needed.[^hooktemplate] Your `layouts` folder may look like this:
++You can do this by creating templates with base names `render-link` and/or `render-image` inside `layouts/_default/_markup`.
 +
-     └── markup
++You can define [Output-Format-](/templates/output-formats) and [language-](/content-management/multilingual/)specific templates if needed.[^hooktemplate] Your `layouts` folder may look like this:
 +
 +```bash
 +layouts
 +└── _default
- A Markdown example for a inline-style link with title:
++    └── _markup
 +        ├── render-image.html
 +        ├── render-image.rss.xml
 +        └── render-link.html
 +```
 +
 +Some use cases for the above:
 +
 +* Resolve link references using `.GetPage`. This would make links portable as you could translate `./my-post.md` (and similar constructs that would work on GitHub) into `/blog/2019/01/01/my-post/` etc.
 +* Add `target=_blank` to external links.
 +* Resolve and [process](/content-management/image-processing/) images.
 +
 +### Render Hook Templates
 +
 +Both `render-link` and `render-image` templates will receive this context:
 +
 +Page
 +: The [Page](/variables/page/) being rendered.
 +
 +Destination
 +: The URL.
 +
 +Title
 +: The title attribute.
 +
 +Text
 +: The rendered (HTML) link text.
 +
 +PlainText
 +: The plain variant of the above.
 +
- {{< code file="layouts/_default/render-link.html" >}}
- <a href="{{ .Destination | safeURL }}"{{ with .Title}}title="{{ . }}"{{ end }}>{{ .Text }}{{ with .Page }} (in page {{ .Title }}){{ end }}"</a>
++A Markdown example for an inline-style link with title:
 +
 +```md
 +[Text](https://www.gohugo.io "Title")
 +```
 +
 +A very simple template example given the above:
 +
- (look in the page bundle, inside `/assets` etc.) and [transform](/content-management/image-processing) images.
++{{< code file="layouts/_default/_markup/render-link.html" >}}
++<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text }}</a>
 +{{< /code >}}
 +
 +[^hooktemplate]: It's currently only possible to have one set of render hook templates, e.g. not per `Type` or `Section`. We may consider that in a future version.
 +
index ee45b0e9e0b2f8a7a1c7cc2789d7e88a472342f9,0000000000000000000000000000000000000000..601947a70e97fd6b93323234dae35ba5c296ffd2
mode 100644,000000..100644
Binary files differ
index 55c876646c422523563ce04d0e08abc23f557e33,0000000000000000000000000000000000000000..931849e77bdeb6d26dfd252ae59b4655e45f0a12
mode 100644,000000..100644
--- /dev/null
@@@ -1,530 -1,0 +1,530 @@@
- This installs the "extended" Sass/SCSS version.
 +---
 +title: Install Hugo
 +linktitle: Install Hugo
 +description: Install Hugo on macOS, Windows, Linux, OpenBSD, FreeBSD, and on any machine where the Go compiler tool chain can run.
 +date: 2016-11-01
 +publishdate: 2016-11-01
 +lastmod: 2018-01-02
 +categories: [getting started,fundamentals]
 +authors: ["Michael Henderson"]
 +keywords: [install,pc,windows,linux,macos,binary,tarball]
 +menu:
 +  docs:
 +    parent: "getting-started"
 +    weight: 30
 +weight: 30
 +sections_weight: 30
 +draft: false
 +aliases: [/tutorials/installing-on-windows/,/tutorials/installing-on-mac/,/overview/installing/,/getting-started/install,/install/]
 +toc: true
 +---
 +
 +
 +{{% note %}}
 +There is lots of talk about "Hugo being written in Go", but you don't need to install Go to enjoy Hugo. Just grab a precompiled binary!
 +{{% /note %}}
 +
 +Hugo is written in [Go](https://golang.org/) with support for multiple platforms. The latest release can be found at [Hugo Releases][releases].
 +
 +Hugo currently provides pre-built binaries for the following:
 +
 +* macOS (Darwin) for x64, i386, and ARM architectures
 +* Windows
 +* Linux
 +* OpenBSD
 +* FreeBSD
 +
 +Hugo may also be compiled from source wherever the Go toolchain can run; e.g., on other operating systems such as DragonFly BSD, OpenBSD, Plan&nbsp;9, Solaris, and others. See <https://golang.org/doc/install/source> for the full set of supported combinations of target operating systems and compilation architectures.
 +
 +## Quick Install
 +
 +### Binary (Cross-platform)
 +
 +Download the appropriate version for your platform from [Hugo Releases][releases]. Once downloaded, the binary can be run from anywhere. You don't need to install it into a global location. This works well for shared hosts and other systems where you don't have a privileged account.
 +
 +Ideally, you should install it somewhere in your `PATH` for easy use. `/usr/local/bin` is the most probable location.
 +
 +### Homebrew (macOS)
 +
 +If you are on macOS and using [Homebrew][brew], you can install Hugo with the following one-liner:
 +
 +{{< code file="install-with-homebrew.sh" >}}
 +brew install hugo
 +{{< /code >}}
 +
 +For more detailed explanations, read the installation guides that follow for installing on macOS and Windows.
 +
 +### Linuxbrew (Linux)
 +
 +If you are on Linux and using [Linuxbrew][linuxbrew], you can install Hugo with the following one-liner:
 +
 +{{< code file="install-with-linuxbrew.sh" >}}
 +brew install hugo
 +{{< /code >}}
 +
 +Installation guides for Linuxbrew are available on their [website][linuxbrew].
 +
 +### Chocolatey (Windows)
 +
 +If you are on a Windows machine and use [Chocolatey][] for package management, you can install Hugo with the following one-liner:
 +
 +{{< code file="install-with-chocolatey.ps1" >}}
 +choco install hugo -confirm
 +{{< /code >}}
 +
 +Or if you need the “extended” Sass/SCSS version:
 +
 +{{< code file="install-extended-with-chocolatey.ps1" >}}
 +choco install hugo-extended -confirm
 +{{< /code >}}
 +
 +### Scoop (Windows)
 +
 +If you are on a Windows machine and use [Scoop][] for package management, you can install Hugo with the following one-liner:
 +
 +```bash
 +scoop install hugo
 +```
 +
 +### Source
 +
 +#### Prerequisite Tools
 +
 +* [Git][installgit]
 +* [Go (at least Go 1.11)](https://golang.org/dl/)
 +
 +#### Fetch from GitHub
 +
 +Since Hugo 0.48, Hugo uses the Go Modules support built into Go 1.11 to build. The easiest way to get started is to clone Hugo in a directory outside of the GOPATH, as in the following example:
 +
 +{{< code file="from-gh.sh" >}}
 +mkdir $HOME/src
 +cd $HOME/src
 +git clone https://github.com/gohugoio/hugo.git
 +cd hugo
 +go install --tags extended
 +{{< /code >}}
 +
 +Remove `--tags extended` if you do not want/need Sass/SCSS support.
 +
 +{{% note %}}
 +If you are a Windows user, substitute the `$HOME` environment variable above with `%USERPROFILE%`.
 +{{% /note %}}
 +
 +## macOS
 +
 +### Assumptions
 +
 +1. You know how to open the macOS terminal.
 +2. You're running a modern 64-bit Mac.
 +3. You will use `~/Sites` as the starting point for your site. (`~/Sites` is used for example purposes. If you are familiar enough with the command line and file system, you should have no issues following along with the instructions.)
 +
 +### Pick Your Method
 +
 +There are three ways to install Hugo on your Mac
 +
 +1. The [Homebrew][brew] `brew` utility
 +2. Distribution (i.e., tarball)
 +3. Building from Source
 +
 +There is no "best" way to install Hugo on your Mac. You should use the method that works best for your use case.
 +
 +#### Pros and Cons
 +
 +There are pros and cons to each of the aforementioned methods:
 +
 +1. **Homebrew.** Homebrew is the simplest method and will require the least amount of work to maintain. The drawbacks aren't severe. The default package will be for the most recent release, so it will not have bug fixes until the next release (i.e., unless you install it with the `--HEAD` option). Hugo `brew` releases may lag a few days behind because it has to be coordinated with another team. Nevertheless, `brew` is the recommended installation method if you want to work from a stable, widely used source. Brew works well and is easy to update.
 +
 +2. **Tarball.** Downloading and installing from the tarball is also easy, although it requires a few more command line skills than does Homebrew. Updates are easy as well: you just repeat the process with the new binary. This gives you the flexibility to have multiple versions on your computer. If you don't want to use `brew`, then the tarball/binary is a good choice.
 +
 +3. **Building from Source.** Building from source is the most work. The advantage of building from source is that you don't have to wait for a release to add features or bug fixes. The disadvantage is that you need to spend more time managing the setup, which is manageable but requires more time than the preceding two options.
 +
 +{{% note %}}
 +Since building from source is appealing to more seasoned command line users, this guide will focus more on installing Hugo via Homebrew and Tarball.
 +{{% /note %}}
 +
 +### Install Hugo with Brew
 +
 +{{< youtube WvhCGlLcrF8 >}}
 +
 +#### Step 1: Install `brew` if you haven't already
 +
 +Go to the `brew` website, <https://brew.sh/>, and follow the directions there. The most important step is the installation from the command line:
 +
 +{{< code file="install-brew.sh" >}}
 +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
 +{{< /code >}}
 +
 +#### Step 2: Run the `brew` Command to Install `hugo`
 +
 +Installing Hugo using `brew` is as easy as the following:
 +
 +{{< code file="install-brew.sh" >}}
 +brew install hugo
 +{{< /code >}}
 +
 +If Homebrew is working properly, you should see something similar to the following:
 +
 +```
 +==> Downloading https://homebrew.bintray.com/bottles/hugo-0.21.sierra.bottle.tar.gz
 +######################################################################### 100.0%
 +==> Pouring hugo-0.21.sierra.bottle.tar.gz
 +🍺  /usr/local/Cellar/hugo/0.21: 32 files, 17.4MB
 +```
 +
 +{{% note "Installing the Latest Hugo with Brew" %}}
 +Replace `brew install hugo` with `brew install hugo --HEAD` if you want the absolute latest in-development version.
 +{{% /note %}}
 +
 +`brew` should have updated your path to include Hugo. You can confirm by opening a new terminal window and running a few commands:
 +
 +```
 +$ # show the location of the hugo executable
 +which hugo
 +/usr/local/bin/hugo
 +
 +# show the installed version
 +ls -l $( which hugo )
 +lrwxr-xr-x  1 mdhender admin  30 Mar 28 22:19 /usr/local/bin/hugo -> ../Cellar/hugo/0.13_1/bin/hugo
 +
 +# verify that hugo runs correctly
 +hugo version
 +Hugo Static Site Generator v0.13 BuildDate: 2015-03-09T21:34:47-05:00
 +```
 +
 +### Install Hugo from Tarball
 +
 +#### Step 1: Decide on the location
 +
 +When installing from the tarball, you have to decide if you're going to install the binary in `/usr/local/bin` or in your home directory. There are three camps on this:
 +
 +1. Install it in `/usr/local/bin` so that all the users on your system have access to it. This is a good idea because it's a fairly standard place for executables. The downside is that you may need elevated privileges to put software into that location. Also, if there are multiple users on your system, they will all run the same version. Sometimes this can be an issue if you want to try out a new release.
 +
 +2. Install it in `~/bin` so that only you can execute it. This is a good idea because it's easy to do, easy to maintain, and doesn't require elevated privileges. The downside is that only you can run Hugo. If there are other users on your site, they have to maintain their own copies. That can lead to people running different versions. Of course, this does make it easier for you to experiment with different releases.
 +
 +3. Install it in your `Sites` directory. This is not a bad idea if you have only one site that you're building. It keeps every thing in a single place. If you want to try out new releases, you can make a copy of the entire site and update the Hugo executable.
 +
 +All three locations will work for you. In the interest of brevity, this guide focuses on option #2.
 +
 +#### Step 2: Download the Tarball
 +
 +1. Open <https://github.com/gohugoio/hugo/releases> in your browser.
 +
 +2. Find the current release by scrolling down and looking for the green tag that reads "Latest Release."
 +
 +3. Download the current tarball for the Mac. The name will be something like `hugo_X.Y_osx-64bit.tgz`, where `X.YY` is the release number.
 +
 +4. By default, the tarball will be saved to your `~/Downloads` directory. If you choose to use a different location, you'll need to change that in the following steps.
 +
 +#### Step 3: Confirm your download
 +
 +Verify that the tarball wasn't corrupted during the download:
 +
 +```
 +tar tvf ~/Downloads/hugo_X.Y_osx-64bit.tgz
 +-rwxrwxrwx  0 0      0           0 Feb 22 04:02 hugo_X.Y_osx-64bit/hugo_X.Y_osx-64bit.tgz
 +-rwxrwxrwx  0 0      0           0 Feb 22 03:24 hugo_X.Y_osx-64bit/README.md
 +-rwxrwxrwx  0 0      0           0 Jan 30 18:48 hugo_X.Y_osx-64bit/LICENSE.md
 +```
 +
 +The `.md` files are documentation for Hugo. The other file is the executable.
 +
 +#### Step 4: Install Into Your `bin` Directory
 +
 +```
 +# create the directory if needed
 +mkdir -p ~/bin
 +
 +# make it the working directory
 +cd ~/bin
 +
 +# extract the tarball
 +tar -xvzf ~/Downloads/hugo_X.Y_osx-64bit.tgz
 +Archive:  hugo_X.Y_osx-64bit.tgz
 +  x ./
 +  x ./hugo
 +  x ./LICENSE.md
 +  x ./README.md
 +
 +# verify that it runs
 +./hugo version
 +Hugo Static Site Generator v0.13 BuildDate: 2015-02-22T04:02:30-06:00
 +```
 +
 +You may need to add your bin directory to your `PATH` variable. The `which` command will check for us. If it can find `hugo`, it will print the full path to it. Otherwise, it will not print anything.
 +
 +```
 +# check if hugo is in the path
 +which hugo
 +/Users/USERNAME/bin/hugo
 +```
 +
 +If `hugo` is not in your `PATH`, add it by updating your `~/.bash_profile` file. First, start up an editor:
 +
 +```
 +nano ~/.bash_profile
 +```
 +
 +Add a line to update your `PATH` variable:
 +
 +```
 +export PATH=$PATH:$HOME/bin
 +```
 +
 +Then save the file by pressing Control-X, then Y to save the file and return to the prompt.
 +
 +Close the terminal and open a new terminal to pick up the changes to your profile. Verify your success by running the `which hugo` command again.
 +
 +You've successfully installed Hugo.
 +
 +### Build from Source on Mac
 +
 +If you want to compile Hugo yourself, you'll need to install Go (aka Golang). You can [install Go directly from the Go website](https://golang.org/dl/) or via Homebrew using the following command:
 +
 +```
 +brew install go
 +```
 +
 +#### Step 1: Get the Source
 +
 +If you want to compile a specific version of Hugo, go to <https://github.com/gohugoio/hugo/releases> and download the source code for the version of your choice. If you want to compile Hugo with all the latest changes (which might include bugs), clone the Hugo repository:
 +
 +```
 +git clone https://github.com/gohugoio/hugo
 +```
 +
 +{{% warning "Sometimes \"Latest\" = \"Bugs\""%}}
 +Cloning the Hugo repository directly means taking the good with the bad. By using the bleeding-edge version of Hugo, you make your development susceptible to the latest features, as well as the latest bugs. Your feedback is appreciated. If you find a bug in the latest release, [please create an issue on GitHub](https://github.com/gohugoio/hugo/issues/new).
 +{{% /warning %}}
 +
 +#### Step 2: Compiling
 +
 +Make the directory containing the source your working directory and then fetch Hugo's dependencies:
 +
 +```
 +mkdir -p src/github.com/gohugoio
 +ln -sf $(pwd) src/github.com/gohugoio/hugo
 +
 +# set the build path for Go
 +export GOPATH=$(pwd)
 +
 +go get
 +```
 +
 +This will fetch the absolute latest version of the dependencies. If Hugo fails to build, it may be the result of a dependency's author introducing a breaking change.
 +
 +Once you have properly configured your directory, you can compile Hugo using the following command:
 +
 +```
 +go build -o hugo main.go
 +```
 +
 +Then place the `hugo` executable somewhere in your `$PATH`. You're now ready to start using Hugo.
 +
 +## Windows
 +
 +The following aims to be a complete guide to installing Hugo on your Windows PC.
 +
 +{{< youtube G7umPCU-8xc >}}
 +
 +### Assumptions
 +
 +1. You will use `C:\Hugo\Sites` as the starting point for your new project.
 +2. You will use `C:\Hugo\bin` to store executable files.
 +
 +### Set up Your Directories
 +
 +You'll need a place to store the Hugo executable, your [content][], and the generated Hugo website:
 +
 +1. Open Windows Explorer.
 +2. Create a new folder: `C:\Hugo`, assuming you want Hugo on your C drive, although this can go anywhere
 +3. Create a subfolder in the Hugo folder: `C:\Hugo\bin`
 +4. Create another subfolder in Hugo: `C:\Hugo\Sites`
 +
 +### Technical Users
 +
 +1. Download the latest zipped Hugo executable from [Hugo Releases][releases].
 +2. Extract all contents to your `..\Hugo\bin` folder.
 +3. In PowerShell or your preferred CLI, add the `hugo.exe` executable to your PATH by navigating to `C:\Hugo\bin` (or the location of your hugo.exe file) and use the command `set PATH=%PATH%;C:\Hugo\bin`. If the `hugo` command does not work after a reboot, you may have to run the command prompt as administrator.
 +
 +### Less-technical Users
 +
 +1. Go to the [Hugo Releases][releases] page.
 +2. The latest release is announced on top. Scroll to the bottom of the release announcement to see the downloads. They're all ZIP files.
 +3. Find the Windows files near the bottom (they're in alphabetical order, so Windows is last) – download either the 32-bit or 64-bit file depending on whether you have 32-bit or 64-bit Windows. (If you don't know, [see here](https://esupport.trendmicro.com/en-us/home/pages/technical-support/1038680.aspx).)
 +4. Move the ZIP file into your `C:\Hugo\bin` folder.
 +5. Double-click on the ZIP file and extract its contents. Be sure to extract the contents into the same `C:\Hugo\bin` folder – Windows will do this by default unless you tell it to extract somewhere else.
 +6. You should now have three new files: The hugo executable (`hugo.exe`), `LICENSE`, and `README.md`.
 +
 +Now you need to add Hugo to your Windows PATH settings:
 +
 +#### For Windows 10 Users:
 +
 +* Right click on the **Start** button.
 +* Click on **System**.
 +* Click on **Advanced System Settings** on the left.
 +* Click on the **Environment Variables...** button on the bottom.
 +* In the User variables section, find the row that starts with PATH (PATH will be all caps).
 +* Double-click on **PATH**.
 +* Click the **New...** button.
 +* Type in the folder where `hugo.exe` was extracted, which is `C:\Hugo\bin` if you went by the instructions above. *The PATH entry should be the folder where Hugo lives and not the binary.* Press <kbd>Enter</kbd> when you're done typing.
 +* Click OK at every window to exit.
 +
 +{{% note "Path Editor in Windows 10"%}}
 +The path editor in Windows 10 was added in the large [November 2015 Update](https://blogs.windows.com/windowsexperience/2015/11/12/first-major-update-for-windows-10-available-today/). You'll need to have that or a later update installed for the above steps to work. You can see what Windows 10 build you have by clicking on the <i class="fa fa-windows"></i>&nbsp;Start button → Settings → System → About. See [here](https://www.howtogeek.com/236195/how-to-find-out-which-build-and-version-of-windows-10-you-have/) for more.)
 +{{% /note %}}
 +
 +#### For Windows 7 and 8.x users:
 +
 +Windows 7 and 8.1 do not include the easy path editor included in Windows 10, so non-technical users on those platforms are advised to install a free third-party path editor like [Windows Environment Variables Editor][Windows Environment Variables Editor] or [Path Editor](https://patheditor2.codeplex.com/).
 +
 +### Verify the Executable
 +
 +Run a few commands to verify that the executable is ready to run, and then build a sample site to get started.
 +
 +#### 1. Open a Command Prompt
 +
 +At the prompt, type `hugo help` and press the <kbd>Enter</kbd> key. You should see output that starts with:
 +
 +```
 +hugo is the main command, used to build your Hugo site.
 +
 +Hugo is a Fast and Flexible Static Site Generator
 +built with love by spf13 and friends in Go.
 +
 +Complete documentation is available at https://gohugo.io/.
 +```
 +
 +If you do, then the installation is complete. If you don't, double-check the path that you placed the `hugo.exe` file in and that you typed that path correctly when you added it to your `PATH` variable. If you're still not getting the output, search the [Hugo discussion forum][forum] to see if others have already figured out our problem. If not, add a note---in the "Support" category---and be sure to include your command and the output.
 +
 +At the prompt, change your directory to the `Sites` directory.
 +
 +```
 +C:\Program Files> cd C:\Hugo\Sites
 +C:\Hugo\Sites>
 +```
 +
 +#### 2. Run the Command
 +
 +Run the command to generate a new site. I'm using `example.com` as the name of the site.
 +
 +```
 +C:\Hugo\Sites> hugo new site example.com
 +```
 +
 +You should now have a directory at `C:\Hugo\Sites\example.com`. Change into that directory and list the contents. You should get output similar to the following:
 +
 +```
 +C:\Hugo\Sites> cd example.com
 +C:\Hugo\Sites\example.com> dir
 +Directory of C:\hugo\sites\example.com
 +
 +04/13/2015  10:44 PM    <DIR>          .
 +04/13/2015  10:44 PM    <DIR>          ..
 +04/13/2015  10:44 PM    <DIR>          archetypes
 +04/13/2015  10:44 PM                83 config.toml
 +04/13/2015  10:44 PM    <DIR>          content
 +04/13/2015  10:44 PM    <DIR>          data
 +04/13/2015  10:44 PM    <DIR>          layouts
 +04/13/2015  10:44 PM    <DIR>          static
 +               1 File(s)             83 bytes
 +               7 Dir(s)   6,273,331,200 bytes free
 +```
 +
 +### Troubleshoot Windows Installation
 +
 +[@dhersam][] has created a nice video on common issues:
 +
 +{{< youtube c8fJIRNChmU >}}
 +
 +## Linux
 +
 +### Snap Package
 +
 +In any of the [Linux distributions that support snaps][snaps], you may install install the "extended" Sass/SCSS version with this command:
 +
 +    snap install hugo --channel=extended
 +
 +To install the non-extended version without Sass/SCSS support:
 +
 +    snap install hugo
 +
 +To switch between the two, use either `snap refresh hugo --channel=extended` or `snap refresh hugo --channel=stable`.
 +
 +{{% note %}}
 +Hugo installed via Snap can write only inside the user’s `$HOME` directory---and gvfs-mounted directories owned by the user---because of Snaps’ confinement and security model. More information is also available [in this related GitHub issue](https://github.com/gohugoio/hugo/issues/3143).
 +{{% /note %}}
 +
 +### Debian and Ubuntu
 +
 +[@anthonyfok](https://github.com/anthonyfok) and friends in the [Debian Go Packaging Team](https://go-team.pages.debian.net/) maintains an official hugo [Debian package](https://packages.debian.org/hugo) which is shared with [Ubuntu](https://packages.ubuntu.com/hugo) and is installable via `apt-get`:
 +
 +    sudo apt-get install hugo
 +
++What this installs depends on your Debian/Ubuntu version. On Ubuntu bionic (18.04), this installs the non-extended version without Sass/SCSS support. On Ubuntu disco (19.04), this installs the extended version with Sass/SCSS support.
 +
 +This option is not recommended because the Hugo in Linux package managers for Debian and Ubuntu is usually a few versions behind as described [here](https://github.com/gcushen/hugo-academic/issues/703)
 +
 +### Arch Linux
 +
 +You can also install Hugo from the Arch Linux [community](https://www.archlinux.org/packages/community/x86_64/hugo/) repository. Applies also to derivatives such as Manjaro.
 +
 +```
 +sudo pacman -Syu hugo
 +```
 +
 +### Fedora, Red Hat and CentOS
 +
 +Fedora maintains an [official package for Hugo](https://apps.fedoraproject.org/packages/hugo) which may be installed with:
 +
 +    sudo dnf install hugo
 +
 +For the latest version, the Hugo package maintained by [@daftaupe](https://github.com/daftaupe) at Fedora Copr is recommended:
 +
 +* <https://copr.fedorainfracloud.org/coprs/daftaupe/hugo/>
 +
 +See the [related discussion in the Hugo forums][redhatforum].
 +
 +### Solus
 +
 +Solus includes Hugo in its package repository, it may be installed with:
 +
 +```
 +sudo eopkg install hugo
 +```
 +
 +## OpenBSD
 +
 +OpenBSD provides a package for Hugo via `pkg_add`:
 +
 +    doas pkg_add hugo
 +
 +
 +## Upgrade Hugo
 +
 +Upgrading Hugo is as easy as downloading and replacing the executable you’ve placed in your `PATH` or run `brew upgrade hugo` if using Homebrew.
 +
 +## Next Steps
 +
 +Now that you've installed Hugo, read the [Quick Start guide][quickstart] and explore the rest of the documentation. If you have questions, ask the Hugo community directly by visiting the [Hugo Discussion Forum][forum].
 +
 +[brew]: https://brew.sh/
 +[Chocolatey]: https://chocolatey.org/
 +[content]: /content-management/
 +[@dhersam]: https://github.com/dhersam
 +[forum]: https://discourse.gohugo.io
 +[mage]: https://github.com/magefile/mage
 +[dep]: https://github.com/golang/dep
 +[highlight shortcode]: /content-management/shortcodes/#highlight
 +[installgit]: https://git-scm.com/
 +[installgo]: https://golang.org/dl/
 +[linuxbrew]: https://linuxbrew.sh/
 +[Path Editor]: https://patheditor2.codeplex.com/
 +[pygments]: http://pygments.org
 +[quickstart]: /getting-started/quick-start/
 +[redhatforum]: https://discourse.gohugo.io/t/solved-fedora-copr-repository-out-of-service/2491
 +[releases]: https://github.com/gohugoio/hugo/releases
 +[Scoop]: https://scoop.sh/
 +[snaps]: https://snapcraft.io/docs/installing-snapd
 +[windowsarch]: https://esupport.trendmicro.com/en-us/home/pages/technical-support/1038680.aspx
 +[Windows Environment Variables Editor]: http://eveditor.com/
index 3c8eb6b8acb0641f3eaa9767422e09b6dce40f27,0000000000000000000000000000000000000000..8f584752298c5c7bb7ac54b9649c7aba9283ed5a
mode 100644,000000..100644
--- /dev/null
@@@ -1,188 -1,0 +1,176 @@@
 +---
 +title: Quick Start
 +linktitle: Quick Start
 +description: Create a Hugo site using the beautiful Ananke theme.
 +date: 2013-07-01
 +publishdate: 2013-07-01
 +categories: [getting started]
 +keywords: [quick start,usage]
 +authors: [Shekhar Gulati, Ryan Watters]
 +menu:
 +  docs:
 +    parent: "getting-started"
 +    weight: 10
 +weight: 10
 +sections_weight: 10
 +draft: false
 +aliases: [/quickstart/,/overview/quickstart/]
 +toc: true
 +---
 +
 +{{% note %}}
 +This quick start uses `macOS` in the examples. For instructions about how to install Hugo on other operating systems, see [install](/getting-started/installing).
 +
 +It is recommended to have [Git installed](https://git-scm.com/downloads) to run this tutorial.
 +
 +For other approaches learning Hugo like book or a video tutorial refer to the [external learning resources](/getting-started/external-learning-resources/) page.
 +{{% /note %}}
 +
 +## Step 1: Install Hugo
 +
 +{{% note %}}
 +`Homebrew`, a package manager for `macOS`,  can be installed from [brew.sh](https://brew.sh/). See [install](/getting-started/installing) if you are running Windows etc.
 +{{% /note %}}
 +
 +```bash
 +brew install hugo
 +```
 +
 +To verify your new install:
 +
 +```bash
 +hugo version
 +```
 +
 +{{< asciicast ItACREbFgvJ0HjnSNeTknxWy9 >}}
 +
 +## Step 2: Create a New Site
 +
 +```bash
 +hugo new site quickstart
 +```
 +
 +The above will create a new Hugo site in a folder named `quickstart`.
 +
 +{{< asciicast 3mf1JGaN0AX0Z7j5kLGl3hSh8 >}}
 +
- # Download the theme
 +## Step 3: Add a Theme
 +
 +See [themes.gohugo.io](https://themes.gohugo.io/) for a list of themes to consider. This quickstart uses the beautiful [Ananke theme](https://themes.gohugo.io/gohugo-theme-ananke/).
 +
++First, download the theme from Github and add it to your site's `theme` directory:
++
 +```bash
 +cd quickstart
- # Note for non-git users:
- #   - If you do not have git installed, you can download the archive of the latest
- #     version of this theme from:
- #       https://github.com/budparr/gohugo-theme-ananke/archive/master.zip
- #   - Extract that .zip file to get a "gohugo-theme-ananke-master" directory.
- #   - Rename that directory to "ananke", and move it into the "themes/" directory.
- # End of note for non-git users.
- # Edit your config.toml configuration file
- # and add the Ananke theme.
- echo 'theme = "ananke"' >> config.toml
 +git init
 +git submodule add https://github.com/budparr/gohugo-theme-ananke.git themes/ananke
- {{< asciicast 7naKerRYUGVPj8kiDmdh5k5h9 >}}
 +```
 +
++*Note for non-git users:*
++   - If you do not have git installed, you can download the archive of the latest
++     version of this theme from:
++       https://github.com/budparr/gohugo-theme-ananke/archive/master.zip
++   - Extract that .zip file to get a "gohugo-theme-ananke-master" directory.
++   - Rename that directory to "ananke", and move it into the "themes/" directory.
 +
++Then, add the theme to the site configuration:
 +
++```bash
++echo 'theme = "ananke"' >> config.toml
++```
++
++{{< asciicast 7naKerRYUGVPj8kiDmdh5k5h9 >}}
 +
 +## Step 4: Add Some Content
 +
 +You can manually create content files (for example as `content/<CATEGORY>/<FILE>.<FORMAT>`) and provide metadata in them, however you can use the `new` command to do few things for you (like add title and date):
 +
 +```
 +hugo new posts/my-first-post.md
 +```
 +
 +{{< asciicast eUojYCfRTZvkEiqc52fUsJRBR >}}
 +
 +Edit the newly created content file if you want, it will start with something like this:
 +
 +```markdown
 +---
 +title: "My First Post"
 +date: 2019-03-26T08:47:11+01:00
 +draft: true
 +---
 +
 +```
 +
 +## Step 5: Start the Hugo server
 +
 +Now, start the Hugo server with [drafts](/getting-started/usage/#draft-future-and-expired-content) enabled:
 +
 +{{< asciicast BvJBsF6egk9c163bMsObhuNXj >}}
 +
 +```
 +▶ hugo server -D
 +
 +                   | EN
 ++------------------+----+
 +  Pages            | 10
 +  Paginator pages  |  0
 +  Non-page files   |  0
 +  Static files     |  3
 +  Processed images |  0
 +  Aliases          |  1
 +  Sitemaps         |  1
 +  Cleaned          |  0
 +
 +Total in 11 ms
 +Watching for changes in /Users/bep/quickstart/{content,data,layouts,static,themes}
 +Watching for config changes in /Users/bep/quickstart/config.toml
 +Environment: "development"
 +Serving pages from memory
 +Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
 +Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
 +Press Ctrl+C to stop
 +```
 +
 +**Navigate to your new site at [http://localhost:1313/](http://localhost:1313/).**
 +
 +Feel free to edit or add new content and simply refresh in browser to see changes quickly (You might need to force refresh in webbrowser, something like Ctrl-R usually works).
 +
 +## Step 6: Customize the Theme
 +
 +Your new site already looks great, but you will want to tweak it a little before you release it to the public.
 +
 +### Site Configuration
 +
 +Open up `config.toml` in a text editor:
 +
 +```
 +baseURL = "https://example.org/"
 +languageCode = "en-us"
 +title = "My New Hugo Site"
 +theme = "ananke"
 +```
 +
 +Replace the `title` above with something more personal. Also, if you already have a domain ready, set the `baseURL`. Note that this value is not needed when running the local development server.
 +
 +{{% note %}}
 +**Tip:** Make the changes to the site configuration or any other file in your site while the Hugo server is running, and you will see the changes in the browser right away, though you may need to [clear your cache](https://kb.iu.edu/d/ahic).
 +{{% /note %}}
 +
 +For theme specific configuration options, see the [theme site](https://github.com/budparr/gohugo-theme-ananke).
 +
 +**For further theme customization, see [Customize a Theme](/themes/customizing/).**
 +
 +### Step 7: Build static pages
 +
 +It is simple. Just call:
 +
 +```
 +hugo -D
 +```
 +
 +Output will be in `./public/` directory by default (`-d`/`--destination` flag to change it, or set `publishdir` in the config file).
 +
 +{{% note %}}
 +Drafts do not get deployed; once you finish a post, update the header of the post to say `draft: false`. More info [here](/getting-started/usage/#draft-future-and-expired-content).
 +{{% /note %}}
index c8fceea7ccc6fe98d01050615b469fcdce348602,0000000000000000000000000000000000000000..eb7947161bec15345483f3842641605ccd3132ed
mode 100644,000000..100644
--- /dev/null
@@@ -1,93 -1,0 +1,93 @@@
- lastmod: 2019-06-21
 +---
 +title: Host on Render
 +linktitle: Host on Render
 +description: Host your Hugo site for free with Render's global CDN, fully-managed SSL and auto deploys from GitHub.
 +date: 2019-06-06
 +publishdate: 2019-06-06
- - Continuous, automatic builds & deploys from GitHub.
++lastmod: 2020-01-01
 +categories: [hosting and deployment]
 +keywords: [render,hosting,deployment]
 +authors: [Anurag Goel]
 +menu:
 +  docs:
 +    parent: "hosting-and-deployment"
 +    weight: 10
 +weight: 10
 +sections_weight: 10
 +draft: false
 +aliases: []
 +toc: true
 +---
 +
 +## Introduction
 +
 +[Render](https://render.com) is a fully-managed cloud platform where you can host static sites, backend APIs, databases, cron jobs, and all your other apps in one place.
 +
 +Static sites are **completely free** on Render and include the following:
 +
- * You have an account with GitHub.
++- Continuous, automatic builds & deploys from [GitHub](https://render.com/docs/github) and [GitLab](https://render.com/docs/gitlab).
 +- Automatic SSL certificates through [Let's Encrypt](https://letsencrypt.org).
 +- Instant cache invalidation with a lightning fast, global CDN.
 +- Unlimited collaborators.
 +- Unlimited [custom domains](https://render.com/docs/custom-domains).
 +- Automatic [Brotli compression](https://en.wikipedia.org/wiki/Brotli) for faster sites.
 +- Native HTTP/2 support.
 +- [Pull Request Previews](https://render.com/docs/pull-request-previews).
 +- Automatic HTTP → HTTPS redirects.
 +- Custom URL redirects and rewrites.
 +
 +## Assumptions
 +
- 1. Create a new **Web Service** on Render, and give Render permission to access your GitHub repo.
++* You have an account with GitHub or GitLab.
 +* You have completed the [Quick Start][] or have a Hugo website you are ready to deploy and share with the world.
 +* You have a Render account. You can sign up at https://render.com/register.
 +
 +## Deployment
 +
 +You can set up a Hugo site on Render in two quick steps:
 +
-  **Build Command**     | `hugo --gc --minify` (or our own build command)
++1. Create a new **Web Service** on Render, and give Render permission to access your GitHub/Gitlab repo.
 +2. Use the following values during creation:
 +
 +  Field                | Value
 +  -------------------  |  -------------------
 + **Environment**       | `Static Site`
- Now that Render is connected to your repo, it will **automatically build and publish your site** any time you push to GitHub.
++ **Build Command**     | `hugo --gc --minify` (or your own build command)
 + **Publish Directory** | `public` (or your own output directory)
 +
 +That's it! Your site will be live on your Render URL (which looks like `yoursite.onrender.com`) as soon as the build is done.
 +
 +## Continuous Deploys
 +
++Now that Render is connected to your repo, it will **automatically build and publish your site** any time you push to your GitHub/Gitlab.
 +
 +You can choose to disable auto deploys under the **Settings** section for your site and deploy it manually from the Render dashboard.
 +
 +## CDN and Cache Invalidation
 +
 +Render hosts your site on a global, lightning fast CDN which ensures the fastest possible download times for all your users across the globe.
 +
 +Every deploy automatically and instantly invalidates the CDN cache, so your users can always access the latest content on your site.
 +
 +## Custom Domains
 +
 +Add your own domains to your site easily using Render's [custom domains](https://render.com/docs/custom-domains) guide.
 +
 +## Pull Request Previews
 +
 +With Pull Request (PR) previews, you can visualize changes introduced in a pull request instead of simply relying on code reviews.
 +
 +Once enabled, every PR for your site will automatically generate a new static site based on the code in the PR. It will have its own URL, and it will be deleted automatically when the PR is closed.
 +
 +Read more about [Pull Request Previews](https://render.com/docs/pull-request-previews) on Render.
 +
 +## Hugo Themes
 +
 +Render automatically downloads all Git submodules defined in your Git repo on every build. This way Hugo themes added as submodules work as expected.
 +
 +## Support
 +
 +Chat with Render developers at https://render.com/chat or email `support@render.com` if you need help.
 +
 +
 +[Quick Start]: /getting-started/quick-start/
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..9a024c023b6bb67ac5a669ab166612fbaa534e4c
new file mode 100644 (file)
Binary files differ
index c7168a92f77cfa4adde107f4cc43d555f0558f69,0000000000000000000000000000000000000000..71f01145de846776b1021205cdeb17759e6e9a44
mode 100644,000000..100644
--- /dev/null
@@@ -1,83 -1,0 +1,83 @@@
- title: "0.62.0"
- description: "0.62.0"
 +
 +---
 +date: 2019-12-23
-       From all of us to all of you, a **very Merry Christmas** -- and Hugo `0.56.0`! This version brings [Markdown Render Hooks](https://gohugo.io/getting-started/configuration-markup/#markdown-render-hooks). This gives you full control over how links and images in Markdown are rendered without using any shortcodes. With this, you can get Markdown links that work on both GitHub and Hugo, resize images etc. It is a very long sought after feature, that has been hard to tackle until we got [Goldmark](https://github.com/yuin/goldmark/), the new Markdown engine, by [@yuin](https://github.com/yuin). When you read up on this new feature in the documentation, also note the new [.RenderString](https://gohugo.io/renderstring/) method on `Page`.
++title: "Hugo Christmas Edition!"
++description: "Hugo 0.62 brings Markdown Render Hooks. And it's faster!"
 +categories: ["Releases"]
 +---
 +
- Adding these render hooks also had the nice side effect of making Hugo **faster and more memory** effective. We could have just added this feature on top of what we got, getting it to work. But you like Hugo's fast builds, you love instant browser-refreshes on change. So we had to take a step back and redesign how we detect "what changed?" for templates referenced from content files, either directly or indirectly. And by doing that we greatly simplified how we handle all the templates. Which accidentally makes this version  **the fastest to date**. It's not an "every site will be much faster" statement. This depends. Sites with many languages and/or many templates will benefit more from this. We have benchmarks with site-building showing about 15% improvement in build speed and memory efficiency.
++From all of us to all of you, a **very Merry Christmas** -- and Hugo `0.62.0`! This version brings [Markdown Render Hooks](https://gohugo.io/getting-started/configuration-markup/#markdown-render-hooks). This gives you full control over how links and images in Markdown are rendered without using any shortcodes. With this, you can get Markdown links that work on both GitHub and Hugo, resize images etc. It is a very long sought after feature, that has been hard to tackle until we got [Goldmark](https://github.com/yuin/goldmark/), the new Markdown engine, by [@yuin](https://github.com/yuin). When you read up on this new feature in the documentation, also note the new [.RenderString](https://gohugo.io/functions/renderstring/) method on `Page`.
 +
- This release represents **25 contributions by 5 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@gavinhoward](https://github.com/gavinhoward), [@niklasfasching](https://github.com/niklasfasching), and [@zaitseff](https://github.com/zaitseff) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site.
++Adding these render hooks also had the nice side effect of making Hugo **faster and more memory effective**. We could have just added this feature on top of what we got, getting it to work. But you like Hugo's fast builds, you love instant browser-refreshes on change. So we had to take a step back and redesign how we detect "what changed?" for templates referenced from content files, either directly or indirectly. And by doing that we greatly simplified how we handle all the templates. Which accidentally makes this version  **the fastest to date**. It's not an "every site will be much faster" statement. This depends. Sites with many languages and/or many templates will benefit more from this. We have benchmarks with site-building showing about 15% improvement in build speed and memory efficiency.
 +
- * The `markdownify` template function does not, yet, support render hooks. We recommend you look at the new and more powerful [.RenderString](https://gohugo.io/renderstring/) method on `Page`.
++This release represents **25 contributions by 5 contributors** to the main Hugo code base. [@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@gavinhoward](https://github.com/gavinhoward), [@niklasfasching](https://github.com/niklasfasching), and [@zaitseff](https://github.com/zaitseff) for their ongoing contributions. And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site.
 +
 +Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), which has received **8 contributions by 5 contributors**. A special thanks to [@bep](https://github.com/bep), [@DirtyF](https://github.com/DirtyF), [@pfhawkins](https://github.com/pfhawkins), and [@bubelov](https://github.com/bubelov) for their work on the documentation site.
 +
 +Also a big shoutout and thanks to the very active and helpful moderators on the [Hugo Discourse](https://discourse.gohugo.io/), making it a first class forum for Hugo questions and discussions.
 +
 +Hugo now has:
 +
 +* 40362+ [stars](https://github.com/gohugoio/hugo/stargazers)
 +* 440+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
 +* 284+ [themes](http://themes.gohugo.io/)
 +
 +## Notes
 +
 +* Ace and Amber support is now removed from Hugo. See [#6609](https://github.com/gohugoio/hugo/issues/6609) for more information.
++* The `markdownify` template function does not, yet, support render hooks. We recommend you look at the new and more powerful [.RenderString](https://gohugo.io/functions/renderstring/) method on `Page`.
 +* If you have output format specific behaviour in a template used from a content file, you must create a output format specific template, e.g. `myshortcode.amp.html`. This also applies to the new rendering hooks introduced in this release. This has been the intended behaviour all the time, but a failing test (now fixed) shows that the implementation of this has not been as strict as specified, hence this note.
 +* The `errorf` does not return any value anymore. This means that the ERROR will just be printed to the console. We have also added a `warnf` template func.
 +
 +
 +## Enhancements
 +
 +### Templates
 +
 +* Do not return any value in errorf [50cc7fe5](https://github.com/gohugoio/hugo/commit/50cc7fe54580018239ea95aafe67f6a158cdcc9f) [@bep](https://github.com/bep) [#6653](https://github.com/gohugoio/hugo/issues/6653)
 +* Add a warnf template func [1773d71d](https://github.com/gohugoio/hugo/commit/1773d71d5b40f5a6a14edca417d2818607a499f1) [@bep](https://github.com/bep) [#6628](https://github.com/gohugoio/hugo/issues/6628)
 +* Some more params merge adjustments [ccb1bf1a](https://github.com/gohugoio/hugo/commit/ccb1bf1abb7341fa1be23a90b66c14ae89790f49) [@bep](https://github.com/bep) [#6633](https://github.com/gohugoio/hugo/issues/6633)
 +* Get rid of the custom template truth logic [d20ca370](https://github.com/gohugoio/hugo/commit/d20ca3700512d661247b44d953515b9455e57ed6) [@bep](https://github.com/bep) [#6615](https://github.com/gohugoio/hugo/issues/6615)
 +* Add some comments [92c7f7ab](https://github.com/gohugoio/hugo/commit/92c7f7ab85a40cae8f36f2348d86f3e47d811eb5) [@bep](https://github.com/bep) 
 +
 +### Core
 +
 +* Improve error and reload handling  of hook templates in server mode [8a58ebb3](https://github.com/gohugoio/hugo/commit/8a58ebb311fd079f65068e7e37725e4d43f17ab5) [@bep](https://github.com/bep) [#6635](https://github.com/gohugoio/hugo/issues/6635)
 +
 +### Other
 +
 +* Update Goldmark to v1.1.18 [1fb17be9](https://github.com/gohugoio/hugo/commit/1fb17be9a008b549d11b622849adbaad01d4023d) [@bep](https://github.com/bep) [#6649](https://github.com/gohugoio/hugo/issues/6649)
 +* Update go-org [51d89dab](https://github.com/gohugoio/hugo/commit/51d89dab1827ae80f9d865f5c38cb5f6a3a11f68) [@niklasfasching](https://github.com/niklasfasching) 
 +* More on hooks [c8bfe47c](https://github.com/gohugoio/hugo/commit/c8bfe47c6a740c5fedfdb5b7465d7ae1db44cb65) [@bep](https://github.com/bep) 
 +* Update to Goldmark v1.1.17 [04536838](https://github.com/gohugoio/hugo/commit/0453683816cfbc94e1e19c644f5f84213bb8cf35) [@bep](https://github.com/bep) [#6641](https://github.com/gohugoio/hugo/issues/6641)
 +* Regen docshelper [55c29d4d](https://github.com/gohugoio/hugo/commit/55c29d4de38df67dd116f1845f7cc69ca7e35843) [@bep](https://github.com/bep) 
 +* Preserve HTML Text for image render hooks [a67d95fe](https://github.com/gohugoio/hugo/commit/a67d95fe1a033ca4934957b5a98b12ecc8a9edbd) [@bep](https://github.com/bep) [#6639](https://github.com/gohugoio/hugo/issues/6639)
 +* Update Goldmark [eef934ae](https://github.com/gohugoio/hugo/commit/eef934ae7eabc38eeba386831de6013eec0285f2) [@bep](https://github.com/bep) [#6626](https://github.com/gohugoio/hugo/issues/6626)
 +* Preserve HTML Text for link render hooks [00954c5d](https://github.com/gohugoio/hugo/commit/00954c5d1fda0b18cd1b847ee580d5f4caa76c70) [@bep](https://github.com/bep) [#6629](https://github.com/gohugoio/hugo/issues/6629)
 +* Footnote [3e316155](https://github.com/gohugoio/hugo/commit/3e316155c5d4fbf166d38e997a41101b6aa501d5) [@bep](https://github.com/bep) 
 +* Add render template hooks for links and images [e625088e](https://github.com/gohugoio/hugo/commit/e625088ef5a970388ad50e464e87db56b358dac4) [@bep](https://github.com/bep) [#6545](https://github.com/gohugoio/hugo/issues/6545)[#4663](https://github.com/gohugoio/hugo/issues/4663)[#6043](https://github.com/gohugoio/hugo/issues/6043)
 +* Enhance accessibility to issues [0947cf95](https://github.com/gohugoio/hugo/commit/0947cf958358e5a45b4f605e2a5b2504896fa360) [@peaceiris](https://github.com/peaceiris) [#6233](https://github.com/gohugoio/hugo/issues/6233)
 +* Re-introduce the correct version of Goldmark [03d6960a](https://github.com/gohugoio/hugo/commit/03d6960a15dcc8efc164e5ed310b12bd1ffdd930) [@bep](https://github.com/bep) 
 +* Rework template handling for function and map lookups [a03c631c](https://github.com/gohugoio/hugo/commit/a03c631c420a03f9d90699abdf9be7e4fca0ff61) [@bep](https://github.com/bep) [#6594](https://github.com/gohugoio/hugo/issues/6594)
 +* Create lightweight forks of text/template and html/template [167c0153](https://github.com/gohugoio/hugo/commit/167c01530bb295c8b8d35921eb27ffa5bee76dfe) [@bep](https://github.com/bep) [#6594](https://github.com/gohugoio/hugo/issues/6594)
 +* Add config option for ordered list [4c804319](https://github.com/gohugoio/hugo/commit/4c804319f6db0b8459cc9b5df4a904fd2c55dedd) [@gavinhoward](https://github.com/gavinhoward) 
 +
 +## Fixes
 +
 +### Templates
 +
 +* Fix merge vs Params [1b785a7a](https://github.com/gohugoio/hugo/commit/1b785a7a6d3c264e39e4976c59b618c0ac1ba5f9) [@bep](https://github.com/bep) [#6633](https://github.com/gohugoio/hugo/issues/6633)
 +
 +### Core
 +
 +* Fix test [3c24ae03](https://github.com/gohugoio/hugo/commit/3c24ae030fe08ba259dd3de7ffea6c927c01e070) [@bep](https://github.com/bep) 
 +
 +### Other
 +
 +* Fix abs path handling in module mounts [ad6504e6](https://github.com/gohugoio/hugo/commit/ad6504e6b504277bbc7b60d093cdccd4f3baaa4f) [@bep](https://github.com/bep) [#6622](https://github.com/gohugoio/hugo/issues/6622)
 +* Fix incorrect MIME type from image/jpg to image/jpeg [158e7ec2](https://github.com/gohugoio/hugo/commit/158e7ec204e5149d77893d353cac9f55946d3e9a) [@zaitseff](https://github.com/zaitseff) 
 +
 +
 +
 +
 +
index 8af535375791c8b6e55fa55f83fca5f19fdbdd36,0000000000000000000000000000000000000000..98fe5eb5b1204cb326f2d3b28412c86fb6ec05ba
mode 100644,000000..100644
--- /dev/null
@@@ -1,21 -1,0 +1,17 @@@
 +---
 +date: 2020-01-01
 +title: "Hugo 0.62.1: A couple of Bug Fixes"
 +description: "This version fixes a couple of bugs introduced in 0.62.0."
 +categories: ["Releases"]
 +images:
 +- images/blog/hugo-bug-poster.png
 +---
 +
-       
- This is a bug-fix release with a couple of important fixes.
++This release is mainly motivated by getting [this demo site](https://github.com/bep/portable-hugo-links) up and running. It demonstrates truly portable Markdown links and images, whether browsed on GitHub or deployed as a Hugo site.
 +
 +* Support files in content mounts [ff6253bc](https://github.com/gohugoio/hugo/commit/ff6253bc7cf745e9c0127ddc9006da3c2c00c738) [@bep](https://github.com/bep) [#6684](https://github.com/gohugoio/hugo/issues/6684)[#6696](https://github.com/gohugoio/hugo/issues/6696)
 +* Update alpine base image in Dockerfile to 3.11 [aa4ccb8a](https://github.com/gohugoio/hugo/commit/aa4ccb8a1e9b8aa17397acf34049a2aa16b0b6cb) [@RemcodM](https://github.com/RemcodM) 
 +* hugolib: Fix inline shortcode regression [5509954c](https://github.com/gohugoio/hugo/commit/5509954c7e8b0ce8d5ea903b0ab639ea14b69acb) [@bep](https://github.com/bep) [#6677](https://github.com/gohugoio/hugo/issues/6677)
 +
 +
 +
index db3373c0bfb39ce0d6707ac730766cf00c27f2de,0000000000000000000000000000000000000000..5b368b97a4bdfbfa925c059af0bd21d902798169
mode 100644,000000..100644
Binary files differ
index eb669b5a3ba498b882bbdc0625d9768f1f7d8bf5,0000000000000000000000000000000000000000..c9d36b67d07843f2f2d9b4d1d4d351ec3ae453d9
mode 100644,000000..100644
Binary files differ
index 672a8c1c893b8d3d65394c5fc3322515dbaf6d47,0000000000000000000000000000000000000000..a882f01fd9565546b649c1654654fc1099cf5e2d
mode 100644,000000..100644
Binary files differ
index 8dc035f3e9e046969ebdbe6f47d27e37c0392e09,0000000000000000000000000000000000000000..f60994ea1ba15138b22ee0a62def755de689df60
mode 100644,000000..100644
Binary files differ
index 5d4c3e36be324a627b82a894a577945a5c41a6dc,0000000000000000000000000000000000000000..8e517eacb43f1835dce53a20b911ed209bb25fb1
mode 100644,000000..100644
Binary files differ
index 726d987318823f7e72658b6c0d17881698e8bf4d,0000000000000000000000000000000000000000..7d1ba606053c77421ba508faa1d05e3ebc35267f
mode 100644,000000..100644
Binary files differ
index bd92b375b7986f697e15e1c8a02fd76be6c62cd5,0000000000000000000000000000000000000000..4a64325b7f1328ce4404cb62be8870d99ae2186a
mode 100644,000000..100644
Binary files differ
index e495c16b7dfbe4c6f00b85964d880ef48c389d38,0000000000000000000000000000000000000000..d4b037e0fac73b27499f2b64c17b6249c6eaeecd
mode 100644,000000..100644
Binary files differ
index f35a7c0f0592265427bb1e68b9ec7e89345f5f57,0000000000000000000000000000000000000000..afecd14441c6fa7565a85117896533455e27c418
mode 100644,000000..100644
--- /dev/null
@@@ -1,31 -1,0 +1,31 @@@
- HUGO_VERSION = "0.61.0"
 +[build]
 +publish = "public"
 +command = "hugo --gc --minify"
 +
 +[context.production.environment]
- HUGO_VERSION = "0.61.0"
++HUGO_VERSION = "0.62.1"
 +HUGO_ENV = "production"
 +HUGO_ENABLEGITINFO = "true"
 +
 +[context.split1]
 +command = "hugo --gc --minify --enableGitInfo"
 +
 +[context.split1.environment]
- HUGO_VERSION = "0.61.0"
++HUGO_VERSION = "0.62.1"
 +HUGO_ENV = "production"
 +
 +[context.deploy-preview]
 +command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
 +
 +[context.deploy-preview.environment]
- HUGO_VERSION = "0.61.0"
++HUGO_VERSION = "0.62.1"
 +
 +[context.branch-deploy]
 +command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
 +
 +[context.branch-deploy.environment]
++HUGO_VERSION = "0.62.1"
 +
 +[context.next.environment]
 +HUGO_ENABLEGITINFO = "true"
 +
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..d9c31fc3d7c19ce198cb54696de1befabd6f005d
new file mode 100644 (file)
Binary files differ
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..8f0831d8de841fcbd5fa34f0ccab21ced791406a
new file mode 100644 (file)
Binary files differ
index 7d7307bed36efb65bf0443b62ebec6be6d7d3420,0000000000000000000000000000000000000000..4dbcc08368a65f26a0da6cbb68428a3a49a5d480
mode 100644,000000..100644
Binary files differ
index 929fda6ab5c7ef88abb7144008d02751edf2be6c,0000000000000000000000000000000000000000..272de935e01c6319700b6ea953c6828c3a1fffff
mode 100644,000000..100644
Binary files differ
index 95cd290b6fb6febdc86d116aae3fd2549d305295,0000000000000000000000000000000000000000..345b3e120fb6e38148e0f345aace90e509381b02
mode 100644,000000..100644
Binary files differ
index 9006f4a4811c51458cc08616db15a77946625915,0000000000000000000000000000000000000000..a97a8f48fc05afc0cd8518d724471fa3ddf5167a
mode 100644,000000..100644
Binary files differ
index ea132cab373ed82c0bfe320ecbda317ed868e3a1,0000000000000000000000000000000000000000..b2566b841b3e3771e6f67792cd19e68e796917d0
mode 100644,000000..100644
Binary files differ
index 63b504fb29e8fc4be510b28d4c3e0c3465fc3517,0000000000000000000000000000000000000000..3f83289641156c511d759ea04caf9a521e369ac1
mode 100644,000000..100644
Binary files differ
index b37b2c37590b0b2e7b10363a7d9726e6b1229469,0000000000000000000000000000000000000000..cc909af2c8e4abacc2b1ca2f6f99dc1e7e6fc63b
mode 100644,000000..100644
Binary files differ
index 8b889b34bf58fdc2879ec0ba7ebd2188bc3e1924,0000000000000000000000000000000000000000..2cbc45e7e25780935c53302cd8936405a3d8da8e
mode 100644,000000..100644
Binary files differ
index 55c438308992f65fb5a3dd28bd7b737a96e78753,0000000000000000000000000000000000000000..4dd7ebc9d337d56b9d648871be0ddf499b9679ff
mode 100644,000000..100644
Binary files differ
index 3432df8c97fb5e7170090b9073c9e921338d9623,0000000000000000000000000000000000000000..29a31e2c23b1de78e352e793ca95613a7f025c20
mode 100644,000000..100644
Binary files differ
index ff28a0661ac58eadaae394eb576d87d5405e23f3,0000000000000000000000000000000000000000..19ec945cdfbf9743c163f9a9d4441b1743cafc5d
mode 100644,000000..100644
Binary files differ
index e1065bb0031b5fa12aacfc948aa95862390db779,0000000000000000000000000000000000000000..785fc1290a88784ed1151bf4db7add27f7424915
mode 100644,000000..100644
Binary files differ
index 7f8e10e706695ddefd3e59469680dc1264049804,0000000000000000000000000000000000000000..98eecb2990ae46f75ce1d7d56a6720c46c9b83a4
mode 100644,000000..100644
Binary files differ
index 550ea1bf2016de2985e4f8c7997fc9870fbb7158,0000000000000000000000000000000000000000..26ec22370168982d5e0e5ab272e305964e9a7980
mode 100644,000000..100644
Binary files differ
index 78d238f88ff4980c9b0f1e510dfa89f5a16fce7f,0000000000000000000000000000000000000000..b9e53d0bc63df3415cf8a049f2f78127c1fd0166
mode 100644,000000..100644
Binary files differ
index 9d81a8ba421ad24b75412c499670a00e058b1feb,0000000000000000000000000000000000000000..439b224e87fbe77e6cced07c6712b5d9723e48b8
mode 100644,000000..100644
Binary files differ
index b0dbec94c7a67212bb835ee59a350c90e97bd171,0000000000000000000000000000000000000000..754eab9849563a74eeec20bcd31dacf6863b1109
mode 100644,000000..100644
Binary files differ
index 6e89c0ef377cd17a5f36ff0069693c6c0eb3d605,0000000000000000000000000000000000000000..170488456534b63849714f08733b7e5dcf951263
mode 100644,000000..100644
Binary files differ
index 993a1d9e985ce4735fbc602b9db17f289b2470bf,0000000000000000000000000000000000000000..d93505af77876e0849c78a738577a7b881b8a7d1
mode 100644,000000..100644
Binary files differ
index 94ccef518ee1b14258cda95f799c91358f143bcb,0000000000000000000000000000000000000000..dc854b4da27f07a311154523b760f9e82b9b6466
mode 100644,000000..100644
Binary files differ
index d89c0cd8b05a12859afbb7cc4b0b3202a04ba939,0000000000000000000000000000000000000000..2359fb3b3bcc354331f38f82295c1bb46a563ee8
mode 100644,000000..100644
Binary files differ
index d099cfd5c0fac2c8987976a3ebba7843da003fe8,0000000000000000000000000000000000000000..40abf82adb0b703ea8f8f134ba046869bc2911ed
mode 100644,000000..100644
Binary files differ
index 111308508cfabf3d8ba723d1989a8cb59f200051,0000000000000000000000000000000000000000..d44a70de3069b61c278acf81c709210216ab3feb
mode 100644,000000..100644
Binary files differ
index e8835f21a85d8c77bd8b65a50d81d1098f7c5c5b,0000000000000000000000000000000000000000..45c395f8d37b44062f5dc7d0114a850d6c4cea17
mode 100644,000000..100644
Binary files differ
index 28f469649d6e82289f880d3e4a539bee608a8374,0000000000000000000000000000000000000000..41b82036fe0bf709691dbfd721ed0086a0fd12fb
mode 100644,000000..100644
Binary files differ
index f249968890d8b88e4814b618124ec12158ededbd,0000000000000000000000000000000000000000..c2de857a3242c3d577515e5272f1ef616079ef0e
mode 100644,000000..100644
Binary files differ
index be46e6136c42e731115e734d2373f9ef0136e45a,0000000000000000000000000000000000000000..ee6054ddaf90c1dbe01afbff8c3573597cc42c29
mode 100644,000000..100644
Binary files differ
index a9a31ec1115d29d92d10f4f97b15233c48e67ab6,0000000000000000000000000000000000000000..1ec752428c31e812a6a0968f500c8fba7fba9469
mode 100644,000000..100644
Binary files differ
index 92505df523928f5bd38d1feaaf1035b466fe8d7c,0000000000000000000000000000000000000000..3b17e2b01ae470e9bb8910677c10fe9808de1a10
mode 100644,000000..100644
Binary files differ
index 3cfc61138873f8d2854a9a20deba4d67e84ab330,0000000000000000000000000000000000000000..7cde4a6a22c448570c0d05d6aba64d3c7322aed7
mode 100644,000000..100644
Binary files differ
index 26ac44857e0862f03df0971976dedc99d55fc26e,0000000000000000000000000000000000000000..ad99341d5e71e25f77f04745dcbdcc28e30016cc
mode 100644,000000..100644
Binary files differ
index c0ef6c571b2bded514b12da3ed4d3ba9a956cc6e,0000000000000000000000000000000000000000..2e5cf5f415516de301b8cd64de6909ecb560785b
mode 100644,000000..100644
Binary files differ
index 1706a29d6b73226d4dfaeee1e122577bcf794fb1,0000000000000000000000000000000000000000..501e671e2f4cefe1789f168a7eee86222dff82ea
mode 100644,000000..100644
Binary files differ
index dcc1416906be28ddbb17e4d245996e2e27caa322,0000000000000000000000000000000000000000..11d91b320eabb6ee9e617346548c3388f2890050
mode 100644,000000..100644
Binary files differ
index a4f1321b0dff174d08342fe32b23d1b4f8493837,0000000000000000000000000000000000000000..0a78f8eaa427fc3e134eaf97acf79407f5fef424
mode 100644,000000..100644
Binary files differ