diff --git a/content/contribute/_index.md b/content/contribute/_index.md index 1df15f6c9..c28d90cdb 100644 --- a/content/contribute/_index.md +++ b/content/contribute/_index.md @@ -1,6 +1,6 @@ --- -title: Contributing to the Hugo Project -linktitle: Contributing to Hugo +title: Contribute to the Hugo Project +linktitle: Contribute to Hugo description: Contribute to Hugo development and documentation. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/getting-started/_index.md b/content/getting-started/_index.md index 7946fdb26..fd399173b 100644 --- a/content/getting-started/_index.md +++ b/content/getting-started/_index.md @@ -1,6 +1,6 @@ --- -title: Getting Started -linktitle: Getting Started Overview +title: Get Started +linktitle: Get Started Overview description: Quick start and guides for installing Hugo on your preferred operating system. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/getting-started/configuration.md b/content/getting-started/configuration.md index 43baa0f0c..b11c63991 100644 --- a/content/getting-started/configuration.md +++ b/content/getting-started/configuration.md @@ -1,5 +1,5 @@ --- -title: Configuring Hugo +title: Configure Hugo linktitle: Configuration description: Often the default settings are good enough, but the config file can provide highly granular control over how your site is rendered. date: 2013-07-01 diff --git a/content/hosting-and-deployment/hosting-on-bitbucket.md b/content/hosting-and-deployment/hosting-on-bitbucket.md index 2006e696b..235f5a352 100644 --- a/content/hosting-and-deployment/hosting-on-bitbucket.md +++ b/content/hosting-and-deployment/hosting-on-bitbucket.md @@ -1,6 +1,6 @@ --- -title: Hosting on Bitbucket -linktitle: Hosting on Bitbucket +title: Host on Bitbucket +linktitle: Host on Bitbucket description: You can use Bitbucket in conjunction with Aerobatic to build, deploy, and host a Hugo website. date: 2017-02-04 publishdate: 2017-02-04 diff --git a/content/hosting-and-deployment/hosting-on-firebase.md b/content/hosting-and-deployment/hosting-on-firebase.md index 086b252ad..27e4ac130 100644 --- a/content/hosting-and-deployment/hosting-on-firebase.md +++ b/content/hosting-and-deployment/hosting-on-firebase.md @@ -1,6 +1,6 @@ --- -title: Hosting on Firebase -linktitle: Hosting on Firebase +title: Host on Firebase +linktitle: Host on Firebase description: You can use Firebase's free tier to host your static website; this also gives you access to Firebase's NOSQL API. date: 2017-03-12 publishdate: 2017-03-12 diff --git a/content/hosting-and-deployment/hosting-on-github.md b/content/hosting-and-deployment/hosting-on-github.md index c86d1e44b..7e34e1c54 100644 --- a/content/hosting-and-deployment/hosting-on-github.md +++ b/content/hosting-and-deployment/hosting-on-github.md @@ -1,6 +1,6 @@ --- -title: Hosting on GitHub -linktitle: Hosting on GitHub +title: Host on GitHub +linktitle: Host on GitHub description: Deploy Hugo as a GitHub Pages project or personal/organizational site and automate the whole process with a simple shell script. date: 2014-03-21 publishdate: 2014-03-21 diff --git a/content/hosting-and-deployment/hosting-on-gitlab.md b/content/hosting-and-deployment/hosting-on-gitlab.md index 47d552a84..7f3103949 100644 --- a/content/hosting-and-deployment/hosting-on-gitlab.md +++ b/content/hosting-and-deployment/hosting-on-gitlab.md @@ -1,6 +1,6 @@ --- -title: Hosting on GitLab -linktitle: Hosting on GitLab +title: Host on GitLab +linktitle: Host on GitLab description: GitLab makes it incredibly easy to build, deploy, and host your Hugo website via their free GitLab Pages service, which provides native support for Hugo. date: 2016-06-23 publishdate: 2016-06-23 diff --git a/content/hosting-and-deployment/hosting-on-netlify.md b/content/hosting-and-deployment/hosting-on-netlify.md index 9c676d1c2..2c4a01acc 100644 --- a/content/hosting-and-deployment/hosting-on-netlify.md +++ b/content/hosting-and-deployment/hosting-on-netlify.md @@ -1,6 +1,6 @@ --- -title: Hosting on Netlify -linktitle: Hosting on Netlify +title: Host on Netlify +linktitle: Host on Netlify description: Netlify can host your Hugo site with CDN, continuous deployment, 1-click HTTPS, an admin GUI, and its own CLI. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/templates/ordering-and-grouping.md b/content/templates/ordering-and-grouping.md index 492392d8e..300a512b3 100644 --- a/content/templates/ordering-and-grouping.md +++ b/content/templates/ordering-and-grouping.md @@ -1,5 +1,5 @@ --- -title: Ordering and Grouping Hugo Lists +title: Ordere and Grouping Hugo Lists linktitle: List Ordering and Grouping description: You can group or order your content in both your templating and content front matter. date: 2017-02-01 diff --git a/content/templates/shortcode-templates.md b/content/templates/shortcode-templates.md index 9e5610022..01658fd46 100644 --- a/content/templates/shortcode-templates.md +++ b/content/templates/shortcode-templates.md @@ -1,5 +1,5 @@ --- -title: Creating Your Own Shortcodes +title: Create Your Own Shortcodes linktitle: Shortcode Templates description: You can extend Hugo's built-in shortcodes by creating your own using the same templating syntax as that for single and list pages. date: 2017-02-01 diff --git a/content/themes/creating.md b/content/themes/creating.md index 5f921d303..591165679 100644 --- a/content/themes/creating.md +++ b/content/themes/creating.md @@ -1,6 +1,6 @@ --- -title: Creating a Theme -linktitle: Creating a Theme +title: Create a Theme +linktitle: Create a Theme description: The `hugo new theme` command will scaffold the beginnings of a new theme for you to get you on your way. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/themes/customizing.md b/content/themes/customizing.md index b0fbdd064..fd81160e1 100644 --- a/content/themes/customizing.md +++ b/content/themes/customizing.md @@ -1,6 +1,6 @@ --- -title: Customizing a Theme -linktitle: Customizing a Theme +title: Customize a Theme +linktitle: Customize a Theme description: Customize a theme by overriding theme layouts and static assets in your top-level project directories. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/themes/installing-and-using-themes.md b/content/themes/installing-and-using-themes.md index f1e35477b..4c99433c3 100644 --- a/content/themes/installing-and-using-themes.md +++ b/content/themes/installing-and-using-themes.md @@ -1,6 +1,6 @@ --- -title: Installing and Using Themes -linktitle: Installing and Using Themes +title: Install and Use Themes +linktitle: Install and Use Themes description: Install and use a theme from the Hugo theme showcase easily through the CLI. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/troubleshooting/_index.md b/content/troubleshooting/_index.md index 614ea209a..308e969bd 100644 --- a/content/troubleshooting/_index.md +++ b/content/troubleshooting/_index.md @@ -1,7 +1,5 @@ --- -title: Troubleshooting -linktitle: Troubleshooting -description: Frequently asked questions and known issues pulled from the Hugo Discuss forum. +title: Troubleshoot linktitle: Troubleshoot description: Frequently asked questions and known issues pulled from the Hugo Discuss forum. date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-02-01