diff --git a/content/en/about/what-is-hugo.md b/content/en/about/what-is-hugo.md index 54c07e3c9..b84f61f10 100644 --- a/content/en/about/what-is-hugo.md +++ b/content/en/about/what-is-hugo.md @@ -39,9 +39,7 @@ Hugo is for people who want to hand code their own website without worrying abou Hugo is for people building a blog, a company site, a portfolio site, documentation, a single landing page, or a website with thousands of pages. - - -[@spf13]: https://twitter.com/@spf13 +[@spf13]: https://twitter.com/spf13 [Aerobatic]: https://www.aerobatic.com/ [Amazon S3]: https://aws.amazon.com/s3/ [Azure]: https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website @@ -61,5 +59,5 @@ Hugo is for people building a blog, a company site, a portfolio site, documentat [Rackspace]: https://www.rackspace.com/cloud/files [Surge]: https://surge.sh [contributing to it]: https://github.com/gohugoio/hugo -[rackspace]: https://www.rackspace.com/cloud/files +[rackspace]: https://www.rackspace.com/openstack/public/files [static site generator]: /about/benefits/ diff --git a/content/en/content-management/authors.md b/content/en/content-management/authors.md index 67d59973b..a39897dd8 100644 --- a/content/en/content-management/authors.md +++ b/content/en/content-management/authors.md @@ -18,8 +18,6 @@ toc: true comments: Before this page is published, need to also update both site- and page-level variables documentation. --- - - Larger sites often have multiple content authors. Hugo provides standardized author profiles to organize relationships between content and content creators for sites operating under a distributed authorship model. ## Author Profiles diff --git a/content/en/functions/htmlEscape.md b/content/en/functions/htmlEscape.md index a1a2d6d55..00ab18c74 100644 --- a/content/en/functions/htmlEscape.md +++ b/content/en/functions/htmlEscape.md @@ -22,5 +22,5 @@ aliases: [] In the result `&` becomes `&` and so on. It escapes only: `<`, `>`, `&`, `'` and `"`. ``` -{{ htmlEscape "Hugo & Caddy > Wordpress & Apache" }} → "Hugo & Caddy > Wordpress & Apache" +{{ htmlEscape "Hugo & Caddy > WordPress & Apache" }} → "Hugo & Caddy > WordPress & Apache" ``` diff --git a/content/en/functions/htmlUnescape.md b/content/en/functions/htmlUnescape.md index f635da4e4..71db95249 100644 --- a/content/en/functions/htmlUnescape.md +++ b/content/en/functions/htmlUnescape.md @@ -24,5 +24,5 @@ aliases: [] Remember to pass the output of this to `safeHTML` if fully un-escaped characters are desired. Otherwise, the output will be escaped again as normal. ``` -{{ htmlUnescape "Hugo & Caddy > Wordpress & Apache" }} → "Hugo & Caddy > Wordpress & Apache" +{{ htmlUnescape "Hugo & Caddy > WordPress & Apache" }} → "Hugo & Caddy > WordPress & Apache" ``` diff --git a/content/en/functions/index-function.md b/content/en/functions/index-function.md index 94b9b4191..88dec29dc 100644 --- a/content/en/functions/index-function.md +++ b/content/en/functions/index-function.md @@ -38,8 +38,6 @@ The function takes multiple indices as arguments, and this can be used to get ne {{ index $map "c" "e" }} => 20 ``` - - ## Example: Load Data from a Path Based on Front Matter Params Assume you want to add a `location = ""` field to your front matter for every article written in `content/vacations/`. You want to use this field to populate information about the location at the bottom of the article in your `single.html` template. You also have a directory in `data/locations/` that looks like the following: @@ -93,4 +91,3 @@ Now the call will return the specific file according to the location specified i {{ (index .Site.Data.locations .Params.location).pop_city }} => 658390 ``` - diff --git a/content/en/functions/last.md b/content/en/functions/last.md index f992b980a..bf65a8a6d 100644 --- a/content/en/functions/last.md +++ b/content/en/functions/last.md @@ -21,7 +21,6 @@ draft: false aliases: [] --- - ``` {{ range last 10 .Pages }} {{ .Render "summary" }} diff --git a/content/en/functions/md5.md b/content/en/functions/md5.md index 5f46b09f8..dfe76aa03 100644 --- a/content/en/functions/md5.md +++ b/content/en/functions/md5.md @@ -19,7 +19,6 @@ deprecated: false aliases: [] --- - ``` {{ md5 "Hello world, gophers!" }} diff --git a/content/en/functions/unix.md b/content/en/functions/unix.md index a373475f6..49a120e3d 100644 --- a/content/en/functions/unix.md +++ b/content/en/functions/unix.md @@ -33,6 +33,4 @@ Since both values are integers, they can be subtracted and then divided by the n Hugo's output is *static*. For the example above to be realistic, the site needs to be built every day. {{% /note %}} - - [partial template]: /templates/partials/ diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 8f5847522..9fc4c67b7 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -58,7 +58,7 @@ The above will create a new Hugo site in a folder named `quickstart`. 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: +First, download the theme from GitHub and add it to your site's `theme` directory: ```bash cd quickstart diff --git a/content/en/tools/migrations.md b/content/en/tools/migrations.md index 437c9e50e..481ef1bac 100644 --- a/content/en/tools/migrations.md +++ b/content/en/tools/migrations.md @@ -42,7 +42,7 @@ Alternatively, you can use the new [Jekyll import command](/commands/hugo_import ## DokuWiki -- [dokuwiki-to-hugo](https://github.com/wgroeneveld/dokuwiki-to-hugo) - Migrates your dokuwiki source pages from [DokuWiki syntax](https://www.dokuwiki.org/wiki:syntax) to Hugo Markdown syntax. Includes extra's like the TODO plugin. Written with extensibility in mind using python 3. Also generates a TOML header for each page. Designed to copypaste the wiki directory into your /content directory. +- [dokuwiki-to-hugo](https://github.com/wgroeneveld/dokuwiki-to-hugo) - Migrates your DokuWiki source pages from [DokuWiki syntax](https://www.dokuwiki.org/wiki:syntax) to Hugo Markdown syntax. Includes extra's like the TODO plugin. Written with extensibility in mind using python 3. Also generates a TOML header for each page. Designed to copypaste the wiki directory into your /content directory. ## WordPress @@ -74,7 +74,7 @@ Alternatively, you can use the new [Jekyll import command](/commands/hugo_import - [blogimport](https://github.com/natefinch/blogimport) - A tool to import from Blogger posts to Hugo. - [blogger-to-hugo](https://bitbucket.org/petraszd/blogger-to-hugo) - Another tool to import Blogger posts to Hugo. It also downloads embedded images so they will be stored locally. -- [blog2md](https://github.com/palaniraja/blog2md) - Works with [exported xml](https://support.google.com/blogger/answer/41387?hl=en) file of your YOUR-TLD.blogspot.com website. It also saves comments to `YOUR-POST-NAME-comments.md` file along with posts. +- [blog2md](https://github.com/palaniraja/blog2md) - Works with [exported xml](https://support.google.com/blogger/answer/41387?hl=en) file of your YOUR-TLD.blogspot.com website. It also saves comments to `YOUR-POST-NAME-comments.md` file along with posts. - [BloggerToHugo](https://github.com/huanlin/blogger-to-hugo) - Yet another tool to import Blogger posts to Hugo. For Windows platform only, and .NET Framework 4.5 is required. See README.md before using this tool. ## Contentful diff --git a/content/en/tools/search.md b/content/en/tools/search.md index 1bb386640..dec87d72c 100644 --- a/content/en/tools/search.md +++ b/content/en/tools/search.md @@ -26,7 +26,7 @@ A static website with a dynamic search function? Yes, Hugo provides an alternati * [hugo-lunr-zh](https://www.npmjs.com/package/hugo-lunr-zh). A bit like Hugo-lunr, but Hugo-lunr-zh can help you separate the Chinese keywords. * [Github Gist for Fuse.js integration](https://gist.github.com/eddiewebb/735feb48f50f0ddd65ae5606a1cb41ae). This gist demonstrates how to leverage Hugo's existing build time processing to generate a searchable JSON index used by [Fuse.js](https://fusejs.io/) on the client side. Although this gist uses Fuse.js for fuzzy matching, any client side search tool capable of reading JSON indexes will work. Does not require npm, grunt or other build-time tools except Hugo! * [hugo-search-index](https://www.npmjs.com/package/hugo-search-index). A library containing Gulp tasks and a prebuilt browser script that implements search. Gulp generates a search index from project markdown files. -* [hugofastsearch](https://gist.github.com/cmod/5410eae147e4318164258742dd053993). A usability and speed update to "Github Gist for Fuse.js integration" — global, keyboard-optimized search. +* [hugofastsearch](https://gist.github.com/cmod/5410eae147e4318164258742dd053993). A usability and speed update to "GitHub Gist for Fuse.js integration" — global, keyboard-optimized search. ## Commercial Search Services