diff --git a/content/about-hugo/hugo-features.md b/content/about-hugo/hugo-features.md index f77116b42..e29dd28ef 100644 --- a/content/about-hugo/hugo-features.md +++ b/content/about-hugo/hugo-features.md @@ -14,18 +14,18 @@ notes: ## General -* Extremely fast build times (<.7 ms per page) +* Extremely fast build times (< .7 ms per page) * Completely cross platform, with easy installation on [Mac OSX][], [Linux][], [Windows][], and more -* Renders changes [on the fly](/overview/usage/) with [LiveReload][] as you develop -* [Powerful Theming][] +* Renders changes on the fly with [LiveReload][] as you develop +* [Powerful theming][] * [Host your site anywhere][] ## Organization - * Straightforward [organization](/project-organization), including website sections - * Customizable [URLs](/extras/urls/) - * Support for configurable [taxonomies](/taxonomies/overview/) which includes categories and tags. Create your own custom organization of content - * Ability to [sort content](/content/ordering/) as you desire + * Straightforward [organization for your projects][], including website sections + * Customizable [URLs][] + * Support for configurable [taxonomies][], including categories and tags + * Ability to [sort content][] as you desire through [powerful template functions][] * Automatic [table of contents][] generation * Dynamic menu creation * [Pretty URLs][] support @@ -70,13 +70,18 @@ See what's coming next in the [Hugo roadmap][]. [Linux]: /getting-started/install-on-mac/ [LiveReload]: /getting-started/using-hugo/ [Mac OSX]: /getting-started/install-of-pc/ +[organization for your projects]: /project-organization/ [Permalinks]: /content-management/url-management/#permalinks +[powerful template functions]: /functions/ [Pretty URLs]: /content-management/url-management/ -[Powerful Theming]: /themes/ +[Powerful theming]: /themes/ [Pygments]: http://pygments.org/ [RSS]: /templates/rss-templates/ [Shortcodes]: /templates/shortcodes/ +[sort content]: /templates/ [supported formats]: /content-management/markdown-and-supported-formats/ [Syntax highlighting]: /developer-tools/syntax-highlighting/ [table of contents]: /content-management/table-of-contents/ +[taxonomies]: /content-management/taxonomies/ +[URLs]: /url-management/ [Windows]: /getting-started/install-on-linux/ \ No newline at end of file diff --git a/content/content-management/archetypes.md b/content/content-management/archetypes.md index f27689a87..612866933 100644 --- a/content/content-management/archetypes.md +++ b/content/content-management/archetypes.md @@ -30,7 +30,7 @@ hugo new posts/my-first-post.md ``` {{% /input %}} -{{% note "Override the Inferred Content Type in a New File" %}} +{{% note "Override Content Type in a New File" %}} To override the content type Hugo infers from `[content-section]`, you can include the `--kind` flag at the end of the `hugo new` command. {{% /note %}} @@ -87,7 +87,7 @@ categories = ["web development"] {{% /input %}} {{% caution "EOL Characters in Text Editors"%}} -Some editors (e.g., Sublime Text, Emacs) do not insert an end-of-line (EOL) character at the end of the file (EOF). If you get an [EOF error](/troubleshooting/eof-error/) when using `hugo new`, open each archetype file and press Enter to type a carriage return after the closing `+++` or `---` for your TOML or YAML front matter, respectively. +If you get an `EOF error` when using `hugo new`, add a carriage return after the closing `+++` or `---` for your TOML or YAML front matter, respectively. (See [troubleshooting](/troubleshooting/eof-error/)) {{% /caution %}} ## Using the Default Archetype diff --git a/content/content-management/taxonomies.md b/content/content-management/taxonomies.md index e91ff24ed..421cc1db7 100644 --- a/content/content-management/taxonomies.md +++ b/content/content-management/taxonomies.md @@ -10,6 +10,6 @@ categories: [content] weight: 60 draft: false slug: -aliases: [] +aliases: [/taxonomies/overview/] notes: --- \ No newline at end of file diff --git a/content/templates/taxonomy-templates.md b/content/templates/taxonomy-templates.md index b5198fdc7..e5a34f3fb 100644 --- a/content/templates/taxonomy-templates.md +++ b/content/templates/taxonomy-templates.md @@ -9,6 +9,6 @@ weight: tags: [taxonomies] draft: false slug: -aliases: +aliases: [] notes: --- \ No newline at end of file