diff --git a/content/en/commands/hugo_gen_doc.md b/content/en/commands/hugo_gen_doc.md index 2c003a972..657550886 100644 --- a/content/en/commands/hugo_gen_doc.md +++ b/content/en/commands/hugo_gen_doc.md @@ -13,7 +13,7 @@ Generate Markdown documentation for the Hugo CLI. Generate Markdown documentation for the Hugo CLI. This command is, mostly, used to create up-to-date documentation -of Hugo's command-line interface for http://gohugo.io/. +of Hugo's command-line interface for https://gohugo.io/. It creates one Markdown file per command with front matter suitable for rendering in Hugo. diff --git a/content/en/content-management/formats.md b/content/en/content-management/formats.md index ea0568616..da530343a 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -34,7 +34,7 @@ The current list of content formats in Hugo: |MMark|mmark|Mmark is deprecated and will be removed in a future release.| |Emacs Org-Mode|org|See [go-org](https://github.com/niklasfasching/go-org).| |Asciidoc|asciidoc, adoc, ad|Needs Asciidoc or [Asciidoctor][ascii] installed.| -|RST|rst|Needs [RST](http://docutils.sourceforge.net/rst.html) installed.| +|RST|rst|Needs [RST](https://docutils.sourceforge.io/rst.html) installed.| |Pandoc|pandoc, pdc|Needs [Pandoc](https://www.pandoc.org/) installed.| |HTML|html, htm|To be treated as a content file, with layout, shortcodes etc., it must have front matter. If not, it will be copied as-is.| @@ -88,7 +88,7 @@ Markdown syntax is simple enough to learn in a single sitting. The following are [mmark]: https://github.com/mmarkdown/mmark [org]: https://orgmode.org/ [pandoc]: https://www.pandoc.org/ -[Pygments]: http://pygments.org/ -[rest]: http://docutils.sourceforge.net/rst.html +[Pygments]: https://pygments.org/ +[rest]: https://docutils.sourceforge.io/rst.html [sc]: /content-management/shortcodes/ [sct]: /templates/shortcode-templates/ diff --git a/content/en/content-management/shortcodes.md b/content/en/content-management/shortcodes.md index 0244c4a88..599ce159c 100644 --- a/content/en/content-management/shortcodes.md +++ b/content/en/content-management/shortcodes.md @@ -423,7 +423,7 @@ To learn more about creating custom shortcodes, see the [shortcode template docu [Instagram]: https://www.instagram.com/ [pagevariables]: /variables/page/ [partials]: /templates/partials/ -[Pygments]: http://pygments.org/ +[Pygments]: https://pygments.org/ [quickstart]: /getting-started/quick-start/ [sctemps]: /templates/shortcode-templates/ [scvars]: /variables/shortcodes/ diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index bd76f9bbe..000f478fc 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -107,7 +107,7 @@ On a Mac, you can install [Hub](https://github.com/github/hub) using [Homebrew]( brew install hub ``` -Now we'll create an [alias in Bash](http://tldp.org/LDP/abs/html/aliases.html) so that typing `git` actually runs `Hub`: +Now we'll create an [alias in Bash](https://tldp.org/LDP/abs/html/aliases.html) so that typing `git` actually runs `Hub`: ``` echo "alias git='hub'" >> ~/.bash_profile diff --git a/content/en/contribute/documentation.md b/content/en/contribute/documentation.md index c4bbbd8bb..014f6761e 100644 --- a/content/en/contribute/documentation.md +++ b/content/en/contribute/documentation.md @@ -229,7 +229,7 @@ Which will render as follows in the Hugo docs: > Without the threat of punishment, there is no joy in flight. - [Kobo Abe][abe] {{% note "Blockquotes `!=` Admonitions" %}} -Previous versions of Hugo documentation used blockquotes to draw attention to text. This is *not* the [intended semantic use of `
`](http://html5doctor.com/cite-and-blockquote-reloaded/). Use blockquotes when quoting. To note or warn your user of specific information, use the admonition shortcodes that follow. +Previous versions of Hugo documentation used blockquotes to draw attention to text. This is *not* the [intended semantic use of `
`](https://html5doctor.com/cite-and-blockquote-reloaded/). Use blockquotes when quoting. To note or warn your user of specific information, use the admonition shortcodes that follow. {{% /note %}} ## Admonitions @@ -330,5 +330,5 @@ Similar to [contributing to Hugo development](/contribute/development/), the Hug [ghforking]: https://help.github.com/articles/fork-a-repo/ [hugodev]: /contribute/development/ [shortcodeparams]: content-management/shortcodes/#shortcodes-without-markdown -[sourceforge]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions +[sourceforge]: https://docutils.sourceforge.io/docs/ref/rst/directives.html#admonitions [templating function]: /functions/ diff --git a/content/en/functions/safeURL.md b/content/en/functions/safeURL.md index 2e0733142..c132ddf05 100644 --- a/content/en/functions/safeURL.md +++ b/content/en/functions/safeURL.md @@ -69,4 +69,4 @@ With the `.URL` page variable piped through `safeURL`, we get the desired output [configuration]: /getting-started/configuration/ [menus]: /content-management/menus/ -[RFC 3986]: http://tools.ietf.org/html/rfc3986 +[RFC 3986]: https://tools.ietf.org/html/rfc3986 diff --git a/content/en/getting-started/installing.md b/content/en/getting-started/installing.md index d7033b9f7..4583cff94 100644 --- a/content/en/getting-started/installing.md +++ b/content/en/getting-started/installing.md @@ -523,7 +523,7 @@ Now that you've installed Hugo, read the [Quick Start guide][quickstart] and exp [installgo]: https://golang.org/dl/ [linuxbrew]: https://docs.brew.sh/Homebrew-on-Linux [Path Editor]: https://patheditor2.codeplex.com/ -[pygments]: http://pygments.org +[pygments]: https://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 diff --git a/content/en/showcase/arolla-cocoon/bio.md b/content/en/showcase/arolla-cocoon/bio.md index f01228828..dcccc8b50 100644 --- a/content/en/showcase/arolla-cocoon/bio.md +++ b/content/en/showcase/arolla-cocoon/bio.md @@ -1,5 +1,5 @@ -[Camping Arolla](http://www.camping-arolla.com/) is located in the heart of the Swiss Alps, at an altitude of 1.950 meters. +[Camping Arolla](https://www.camping-arolla.com) is located in the heart of the Swiss Alps, at an altitude of 1.950 meters. The site is built by: diff --git a/content/en/showcase/arolla-cocoon/index.md b/content/en/showcase/arolla-cocoon/index.md index 3fe304056..63f139adf 100644 --- a/content/en/showcase/arolla-cocoon/index.md +++ b/content/en/showcase/arolla-cocoon/index.md @@ -8,7 +8,7 @@ byline: "[Didier Divinerites](https://github.com/divinerites)" --- -Swiss [Arolla campsite](http://www.camping-arolla.com/) runs the highest campsite in Europe and I'm completely re-doing their actuel Website with Hugo. +Swiss [Arolla campsite](https://www.camping-arolla.com) runs the highest campsite in Europe and I'm completely re-doing their actuel Website with Hugo. But they just launch a brand new offer (luxury tents with bed and fire oven), and we couldn't wait for the proper new website for having this promoted: we needed the website up and running within 24h! @@ -18,8 +18,8 @@ So we decided to quickly launch a dedicated [independent web site](https://www.c - Replace the main images. - Add a [hugo-easy-gallery / photoswipe](https://github.com/liwenyip/hugo-easy-gallery) on the main page with attractive images. - Add the promo video with a simple *vimeo* shortcode. -- Replace the Google Maps widget by the [OpenStreetMap](http://www.openstreetmap.org/) equivalent -- Use a [Zotabox](http://www.zotabox.com) contact form. +- Replace the Google Maps widget by the [OpenStreetMap](https://www.openstreetmap.org/) equivalent +- Use a [Zotabox](https://www.zotabox.com) contact form. - Write the content in French & in English directly on the content pages, describe their services, add fun facts and true testimonies. - Setup a GDPR compliant site with the new Hugo options. - Use [Netlify](https://www.netlify.com) for publishing it in a breeze. diff --git a/content/en/showcase/flesland-flis/bio.md b/content/en/showcase/flesland-flis/bio.md index c1a4e8187..2fa6a7964 100644 --- a/content/en/showcase/flesland-flis/bio.md +++ b/content/en/showcase/flesland-flis/bio.md @@ -3,6 +3,6 @@ A business page for Flesland Flis AS. A Norwegian Tiler located in Bergen. The page is designed and developed by Sindre Gusdal: -* [Absoluttweb AS](http://www.absoluttweb.no) +* [Absoluttweb AS](https://www.absoluttweb.no) * [Sindre Gusdal](https://www.linkedin.com/in/sindregusdal/) diff --git a/content/en/showcase/flesland-flis/index.md b/content/en/showcase/flesland-flis/index.md index 5e18f040c..935bb4661 100644 --- a/content/en/showcase/flesland-flis/index.md +++ b/content/en/showcase/flesland-flis/index.md @@ -4,7 +4,7 @@ title: Flesland Flis AS date: 2018-04-24 description: "showcase: Business Page for a tile shop in Bergen, Norway" siteURL: https://www.fleslandflis.no -byline: "[Sindre Gusdal](http://www.absoluttweb.no), Absoluttweb AS" +byline: "[Sindre Gusdal](https://www.absoluttweb.no), Absoluttweb AS" --- diff --git a/content/en/templates/lists.md b/content/en/templates/lists.md index e5f3003fb..c2140b472 100644 --- a/content/en/templates/lists.md +++ b/content/en/templates/lists.md @@ -534,17 +534,17 @@ See the documentation on [`where` function][wherefunction] and [`first` function][firstfunction] for further details. [base]: /templates/base/ -[bepsays]: http://bepsays.com/en/2016/12/19/hugo-018/ +[bepsays]: https://bepsays.com/en/2016/12/19/hugo-018/ [directorystructure]: /getting-started/directory-structure/ [`Format` function]: /functions/format/ [front matter]: /content-management/front-matter/ [getpage]: /functions/getpage/ [homepage]: /templates/homepage/ [homepage]: /templates/homepage/ -[mentalmodel]: http://webstyleguide.com/wsg3/3-information-architecture/3-site-structure.html +[mentalmodel]: https://webstyleguide.com/wsg3/3-information-architecture/3-site-structure.html [pagevars]: /variables/page/ [partials]: /templates/partials/ -[RSS 2.0]: http://cyber.law.harvard.edu/rss/rss.html "RSS 2.0 Specification" +[RSS 2.0]: https://cyber.harvard.edu/rss/rss.html "RSS 2.0 Specification" [rss]: /templates/rss/ [sections]: /content-management/sections/ [sectiontemps]: /templates/section-templates/ diff --git a/content/en/templates/sitemap-template.md b/content/en/templates/sitemap-template.md index 9afc0d389..dee28fc3b 100644 --- a/content/en/templates/sitemap-template.md +++ b/content/en/templates/sitemap-template.md @@ -43,7 +43,7 @@ For multilingual sites, we also create a Sitemap index. You can provide a custom ## Hugo’s sitemap.xml -This template respects the version 0.9 of the [Sitemap Protocol](http://www.sitemaps.org/protocol.html). +This template respects the version 0.9 of the [Sitemap Protocol](https://www.sitemaps.org/protocol.html). ```xml {{ printf "" | safeHTML }} diff --git a/content/en/variables/page.md b/content/en/variables/page.md index 93e9c3ea0..ec19f85c4 100644 --- a/content/en/variables/page.md +++ b/content/en/variables/page.md @@ -131,7 +131,7 @@ See also `.ExpiryDate`, `.Date`, `.PublishDate`, and [`.GitInfo`][gitinfo]. .RawContent : raw markdown content without the front matter. Useful with [remarkjs.com]( -http://remarkjs.com) +https://remarkjs.com) .ReadingTime : the estimated time, in minutes, it takes to read the content. diff --git a/content/zh/_index.md b/content/zh/_index.md index 78f9ef15f..e2c28c1f4 100644 --- a/content/zh/_index.md +++ b/content/zh/_index.md @@ -34,7 +34,7 @@ features: sections: - heading: "100s of Themes" cta: Check out the Hugo's themes. - link: http://themes.gohugo.io/ + link: https://themes.gohugo.io/ color_classes: bg-accent-color white image: /images/homepage-screenshot-hugo-themes.jpg copy: "Hugo provides a robust theming system that is easy to implement but capable of producing even the most complicated websites."